Searched refs:hasPendingIntent (Results 1 – 6 of 6) sorted by relevance
321 public boolean hasPendingIntent() { in hasPendingIntent() method in ContextHubClientBroker.PendingIntentRequest735 boolean hasPendingIntent(PendingIntent intent, long nanoAppId) { in hasPendingIntent() method in ContextHubClientBroker996 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()
393 if (broker.hasPendingIntent(pendingIntent, nanoAppId) in getClientBroker()
204 assertThat(tile.hasPendingIntent()).isFalse(); in hasPendingIntent_empty_returnsFalse()213 assertThat(tile.hasPendingIntent()).isTrue(); in hasPendingIntent_notEmpty_returnsTrue()
185 assertThat(tile.hasPendingIntent()).isFalse(); in hasPendingIntent_empty_returnsFalse()194 assertThat(tile.hasPendingIntent()).isTrue(); in hasPendingIntent_notEmpty_returnsTrue()
184 public boolean hasPendingIntent() { in hasPendingIntent() method in Tile433 boolean hasExternalAction = hasPendingIntent(); in getType()
13725 …ndroid/server/location/contexthub/ContextHubClientBroker$PendingIntentRequest;->hasPendingIntent()Z