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

  /cts/hostsidetests/systemui/src/android/host/systemui/
ActiveTileServiceTest.java 25 private static final String ACTION_REQUEST_LISTENING =
28 private static final String REQUEST_LISTENING = "am broadcast -a " + ACTION_REQUEST_LISTENING
  /frameworks/base/core/java/android/service/quicksettings/
TileService.java 124 public static final String ACTION_REQUEST_LISTENING
445 Intent intent = new Intent(ACTION_REQUEST_LISTENING);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServices.java 69 new IntentFilter(TileService.ACTION_REQUEST_LISTENING));
316 if (TileService.ACTION_REQUEST_LISTENING.equals(intent.getAction())) {

Completed in 113 milliseconds