Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoCallTests.java74 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testAutoSpeakerphoneIncomingBidirectional() local
91 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testAutoSpeakerphoneIncomingReceiveOnly() local
106 IdPair ids = startAndMakeActiveOutgoingCall("650-555-1212", in testAutoSpeakerphoneOutgoingBidirectional() local
122 IdPair ids = startAndMakeActiveOutgoingCall("650-555-1212", in testAutoSpeakerphoneOutgoingTransmitOnly() local
138 IdPair ids = startAndMakeActiveOutgoingCall("650-555-1212", in testNoAutoSpeakerphoneOnOutgoing() local
153 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testNoAutoSpeakerphoneOnIncoming() local
167 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testIncomingVideoCallMissedCheckVideoHistory() local
184 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testIncomingVideoCallRejectedCheckVideoHistory() local
202 IdPair ids = startOutgoingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testOutgoingVideoCallCanceledCheckVideoHistory() local
220 IdPair ids = startOutgoingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testOutgoingVideoCallRejectedCheckVideoHistory() local
[all …]
H A DBasicCallTests.java112 IdPair ids = startAndMakeActiveOutgoingCall("650-555-1212", in testSingleOutgoingCallLocalDisconnect() local
143 IdPair ids = startAndMakeActiveOutgoingCall("650-555-1212", in testSingleOutgoingCallRemoteDisconnect() local
280 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testSingleIncomingCallLocalDisconnect() local
301 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testSingleIncomingCallRemoteDisconnect() local
318 IdPair ids = startAndMakeDialingEmergencyCall(phoneNumber, in testIncomingEmergencyCallback() local
542 IdPair ids = startAndMakeActiveIncomingCall( in testIncomingCallBlockCheckTimesoutIsAllowed() local
552 final IdPair ids = startOutgoingPhoneCall("650-555-1212", in do_testDeadlockOnOutgoingCall() local
738 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testPullNonExternalCall() local
757 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testSendConnectionEventNull() local
773 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testSendConnectionEventNotNull() local
[all …]
H A DCallExtrasTest.java80 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsPutExtras() local
107 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsPutBooleanExtra() local
132 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsPutIntExtra() local
156 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsPutStringExtra() local
181 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsRemoveExtra() local
214 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsUpdateExisting() local
253 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testCsSetExtras() local
297 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testICSPutExtras() local
321 IdPair ids = startAndMakeActiveIncomingCall("650-555-1212", in testExtrasBidirectional() local
/aosp12/hardware/qcom/sm8150p/gps/geofence/
H A Dlocation_geofence.cpp117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences()
124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences()
132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences()
139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
/aosp12/hardware/qcom/sm7250/gps/geofence/
H A Dlocation_geofence.cpp117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences()
124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences()
132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences()
139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
/aosp12/hardware/qcom/sm7150/gps/geofence/
H A Dlocation_geofence.cpp117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences()
124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences()
132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences()
139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
/aosp12/hardware/qcom/sm8150/gps/geofence/
H A Dlocation_geofence.cpp117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences()
124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences()
132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences()
139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DRemoveByDocumentIdRequest.java38 RemoveByDocumentIdRequest(String namespace, Set<String> ids) { in RemoveByDocumentIdRequest()
68 public Builder addIds(@NonNull String... ids) { in addIds()
76 public Builder addIds(@NonNull Collection<String> ids) { in addIds()
H A DGetByDocumentIdRequest.java52 @NonNull Set<String> ids, in GetByDocumentIdRequest()
117 public Builder addIds(@NonNull String... ids) { in addIds()
125 public Builder addIds(@NonNull Collection<String> ids) { in addIds()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java10 int[] ids, in glGetDebugMessageLog()
25 java.nio.IntBuffer ids, in glGetDebugMessageLog()
38 int[] ids, in glGetDebugMessageLog()
49 java.nio.IntBuffer ids, in glGetDebugMessageLog()
H A DglGetDebugMessageLogKHR.java10 int[] ids, in glGetDebugMessageLogKHR()
25 java.nio.IntBuffer ids, in glGetDebugMessageLogKHR()
38 int[] ids, in glGetDebugMessageLogKHR()
49 java.nio.IntBuffer ids, in glGetDebugMessageLogKHR()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
H A DWikidata.java83 List<String> ids = new ArrayList<>(resultArray.length()); in getSearchResults() local
94 private static void getContentForResults(List<String> ids) throws IOException { in getContentForResults()
112 private static void getSparqlForResults(List<String> ids) throws IOException { in getSparqlForResults()
173 private static String getContentUri(List<String> ids) { in getContentUri()
189 private static String getSparqlUri(List<String> ids) { in getSparqlUri()
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A DLocationAPI.cpp436 uint32_t* ids = NULL; in addGeofences() local
451 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
466 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
481 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
496 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
611 uint32_t* ids = NULL; in gnssUpdateConfig() local
627 uint32_t* ids = NULL; in gnssGetConfig() local
H A DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
204 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
292 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
625 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
649 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
692 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
727 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
762 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
821 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
906 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java98 final ArrayList<AutofillId> ids = dataset.getFieldIds(); in getFields() local
223 final ArrayList<AutofillId> ids = new ArrayList<>(); in getAutofillIds() local
227 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds() local
233 @NonNull ArrayList<AutofillId> ids, boolean autofillableOnly) { in addAutofillableIds()
257 final AutofillId[] ids = sanitizerValues[i]; in createSanitizers() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DCustomRingtoneDAO.kt46 val ids = getRingtoneIds(prefs) regex
63 val ids = getRingtoneIds(prefs) regex
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
186 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
262 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
578 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
602 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
637 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
672 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
707 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
796 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
881 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
H A DLocationAPI.cpp441 uint32_t* ids = NULL; in addGeofences() local
456 LocationAPI::removeGeofences(size_t count, uint32_t* ids) in removeGeofences()
471 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences()
486 LocationAPI::pauseGeofences(size_t count, uint32_t* ids) in pauseGeofences()
501 LocationAPI::resumeGeofences(size_t count, uint32_t* ids) in resumeGeofences()
615 uint32_t* ids = NULL; in gnssUpdateConfig() local
/aosp12/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.cpp83 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
102 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
426 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
454 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
481 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
508 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
535 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
716 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
760 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
796 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
/aosp12/hardware/qcom/sm7150/gps/location/
H A DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
204 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
292 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
625 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
649 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
692 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
727 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
762 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
821 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
906 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/
H A DLocationAPIClientBase.cpp83 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
102 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
426 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
454 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
481 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
508 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
535 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
716 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
760 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
796 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
204 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
292 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
625 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
649 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
692 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
727 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
762 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
821 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
906 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
206 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
294 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
646 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
670 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
713 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
748 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
783 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
844 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
929 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationAPIClientBase.cpp61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient()
206 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
294 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
646 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
670 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
713 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences()
748 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
783 size_t count, uint32_t* ids, GeofenceBreachTypeMask* mask) in locAPIResumeGeofences()
844 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb() local
929 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java310 public Builder setAuthentication(@NonNull AutofillId[] ids, in setAuthentication()
369 public Builder setAuthentication(@NonNull AutofillId[] ids, in setAuthentication()
384 public Builder setAuthentication(@SuppressLint("ArrayReturn") @NonNull AutofillId[] ids, in setAuthentication()
415 public Builder setIgnoredIds(AutofillId...ids) { in setIgnoredIds()
499 public Builder setFieldClassificationIds(@NonNull AutofillId... ids) { in setFieldClassificationIds()
669 public Builder setPresentationCancelIds(@Nullable int[] ids) { in setPresentationCancelIds()

12345678910>>...14