Searched refs:externalAudioBytes (Results 1 – 4 of 4) sorted by relevance
101 final long externalAudioBytes = mSharedPreferences.getLong(EXTERNAL_AUDIO_BYTES, -1); in getCachedAppsStorageResult() local106 || externalAudioBytes < 0 in getCachedAppsStorageResult()116 externalAudioBytes, in getCachedAppsStorageResult()
62 public void setExternalAudioBytes(long externalAudioBytes) { in setExternalAudioBytes() argument63 mExternalAudioBytes = externalAudioBytes; in setExternalAudioBytes()
57 long externalAudioBytes = bundle.getLong(EXTRA_AUDIO_BYTES); in onAttach() local71 pc.setExternalAudioBytes(externalAudioBytes); in onAttach()