Home
last modified time | relevance | path

Searched refs:hasPendingIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java321 public boolean hasPendingIntent() { in hasPendingIntent() method in ContextHubClientBroker.PendingIntentRequest
735 boolean hasPendingIntent(PendingIntent intent, long nanoAppId) { in hasPendingIntent() method in ContextHubClientBroker
996 if (mPendingIntentRequest.hasPendingIntent()) { in sendPendingIntent()
1027 if (mPendingIntentRequest.hasPendingIntent() in sendPendingIntent()
1107 if (!mPendingIntentRequest.hasPendingIntent() && mRegistered) { in onClientExit()
1156 proto.write(ClientBrokerProto.HAS_PENDING_INTENT, mPendingIntentRequest.hasPendingIntent()); in dump()
DContextHubClientManager.java393 if (broker.hasPendingIntent(pendingIntent, nanoAppId) in getClientBroker()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DActivityTileTest.java204 assertThat(tile.hasPendingIntent()).isFalse(); in hasPendingIntent_empty_returnsFalse()
213 assertThat(tile.hasPendingIntent()).isTrue(); in hasPendingIntent_notEmpty_returnsTrue()
DProviderTileTest.java185 assertThat(tile.hasPendingIntent()).isFalse(); in hasPendingIntent_empty_returnsFalse()
194 assertThat(tile.hasPendingIntent()).isTrue(); in hasPendingIntent_notEmpty_returnsTrue()
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTile.java184 public boolean hasPendingIntent() { in hasPendingIntent() method in Tile
433 boolean hasExternalAction = hasPendingIntent(); in getType()
/frameworks/base/services/
Dart-wear-profile13725 …ndroid/server/location/contexthub/ContextHubClientBroker$PendingIntentRequest;->hasPendingIntent()Z