Home
last modified time | relevance | path

Searched refs:resultId (Results 1 – 4 of 4) sorted by relevance

/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java105 String resultId = conversationActionsResult.getId(); in suggest() local
141 if (!TextUtils.isEmpty(resultId) in suggest()
145 mSessionCache.put(entry.getSbn().getKey(), new Session(resultId, repliesScore)); in suggest()
233 String resultId, List<ConversationAction> conversationActions) { in reportActionsGenerated() argument
234 if (TextUtils.isEmpty(resultId)) { in reportActionsGenerated()
239 TextClassifierEvent.TYPE_ACTIONS_GENERATED, resultId) in reportActionsGenerated()
307 TextClassifierEvent.TYPE_ACTIONS_SHOWN, session.resultId) in onNotificationExpansionChanged()
320 TextClassifierEvent.TYPE_MANUAL_REPLY, session.resultId) in onNotificationDirectReplied()
336 TextClassifierEvent.TYPE_SMART_ACTION, session.resultId) in onSuggestedReplySent()
358 TextClassifierEvent.TYPE_SMART_ACTION, session.resultId) in onActionClicked()
[all …]
/packages/services/Telephony/src/com/android/phone/settings/
DPickSmsSubscriptionActivity.java71 private static void sendResultAndClear(int resultId) { in sendResultAndClear() argument
76 c.accept(resultId); in sendResultAndClear()
77 Log.i(LOG_TAG, "Result received, token: " + c + ", result: " + resultId); in sendResultAndClear()
/packages/services/Telephony/src/com/android/phone/
DSpecialCharSequenceMgr.java216 int resultId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in getNextSubIdForState() local
223 resultId = id; in getNextSubIdForState()
227 return resultId; in getNextSubIdForState()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java372 final long resultId = db.insertWithOnConflict(NetworkAttributesContract.TABLENAME, in storeNetworkAttributes() local
374 if (resultId < 0) { in storeNetworkAttributes()