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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 49 static final String ACTION_BACKGROUND = "com.example.android.apis.BACKGROUND";
184 } else if (ACTION_BACKGROUND.equals(intent.getAction())) {
228 Intent intent = new Intent(ForegroundService.ACTION_BACKGROUND);
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushProtocol.java 34 public static final byte ACTION_BACKGROUND = (byte) 0x02;

Completed in 43 milliseconds