HomeSort by relevance Sort by last modified time
    Searched refs:sHasRemoteControlAPIs (Results 1 - 2 of 2) sorted by null

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 48 private static boolean sHasRemoteControlAPIs = false;
80 sHasRemoteControlAPIs = true;
100 if (!sHasRemoteControlAPIs) {
113 if (!sHasRemoteControlAPIs) {
150 if (sHasRemoteControlAPIs && actualMetadataEditor == null) {
154 if (sHasRemoteControlAPIs) {
195 if (sHasRemoteControlAPIs) {
216 if (sHasRemoteControlAPIs) {
242 if (sHasRemoteControlAPIs) {
257 if (sHasRemoteControlAPIs) {
    [all...]
RemoteControlHelper.java 32 private static boolean sHasRemoteControlAPIs = false;
46 sHasRemoteControlAPIs = true;
60 if (!sHasRemoteControlAPIs) {
75 if (!sHasRemoteControlAPIs) {

Completed in 392 milliseconds