HomeSort by relevance Sort by last modified time
    Searched defs:BROADCAST_ACTION (Results 1 - 6 of 6) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 42 public static final String BROADCAST_ACTION = "com.example.android.threadsample.BROADCAST";
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersAccess.java 38 String BROADCAST_ACTION = "com.android.documentsui.action.ROOT_CHANGED";
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallUninstalling.java 46 private static final String BROADCAST_ACTION =
87 Intent broadcastIntent = new Intent(BROADCAST_ACTION);
InstallInstalling.java 56 private static final String BROADCAST_ACTION =
386 Intent broadcastIntent = new Intent(BROADCAST_ACTION);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 56 private static final String BROADCAST_ACTION = "action";
117 sBroadcastCallback.getBundle().getString(BROADCAST_ACTION);
136 sBroadcastCallback.getBundle().putString(BROADCAST_ACTION, action);
  /cts/tests/app/src/android/app/cts/
PendingIntentTest.java 234 final String BROADCAST_ACTION = "testUpdateCurrent_action";
238 final IntentFilter filter = new IntentFilter(BROADCAST_ACTION);
243 Intent intent = new Intent(BROADCAST_ACTION);

Completed in 161 milliseconds