Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 119) sorted by relevance

12345

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java53 long token = Binder.clearCallingIdentity(); in answerCall() local
76 long token = Binder.clearCallingIdentity(); in deflectCall() local
101 long token = Binder.clearCallingIdentity(); in rejectCall() local
132 long token = Binder.clearCallingIdentity(); in playDtmfTone() local
155 long token = Binder.clearCallingIdentity(); in stopDtmfTone() local
178 long token = Binder.clearCallingIdentity(); in postDialContinue() local
201 long token = Binder.clearCallingIdentity(); in disconnectCall() local
224 long token = Binder.clearCallingIdentity(); in holdCall() local
246 long token = Binder.clearCallingIdentity(); in unholdCall() local
269 long token = Binder.clearCallingIdentity(); in phoneAccountSelected() local
[all …]
DConnectionServiceWrapper.java76 long token = Binder.clearCallingIdentity(); in handleCreateConnectionComplete() local
104 long token = Binder.clearCallingIdentity(); in setActive() local
127 long token = Binder.clearCallingIdentity(); in setRinging() local
150 long token = Binder.clearCallingIdentity(); in resetConnectionTime() local
171 long token = Binder.clearCallingIdentity(); in setVideoProvider() local
192 long token = Binder.clearCallingIdentity(); in setDialing() local
215 long token = Binder.clearCallingIdentity(); in setPulling() local
237 long token = Binder.clearCallingIdentity(); in setDisconnected() local
261 long token = Binder.clearCallingIdentity(); in setOnHold() local
285 long token = Binder.clearCallingIdentity(); in setRingbackRequested() local
[all …]
/packages/services/Car/car-systemtest-lib/src/android/car/test/
DICarTest.aidl30 void stopCarService(IBinder token) = 1; field
33 void startCarService(IBinder token) = 2; field
DCarTestManager.java51 public void stopCarService(IBinder token) { in stopCarService()
65 public void startCarService(IBinder token) { in startCarService()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapRilReceiver.java59 private void removeOngoingReqAndSendMessage(int token, SapMessage sapMessage) { in removeOngoingReqAndSendMessage()
70 public void connectResponse(int token, int sapConnectRsp, int maxMsgSize) { in connectResponse()
84 public void disconnectResponse(int token) { in disconnectResponse()
93 public void disconnectIndication(int token, int disconnectType) { in disconnectIndication()
103 public void apduResponse(int token, int resultCode, ArrayList<Byte> apduRsp) { in apduResponse()
115 public void transferAtrResponse(int token, int resultCode, ArrayList<Byte> atr) { in transferAtrResponse()
127 public void powerResponse(int token, int resultCode) { in powerResponse()
148 public void resetSimResponse(int token, int resultCode) { in resetSimResponse()
157 public void statusIndication(int token, int status) { in statusIndication()
166 public void transferCardReaderStatusResponse(int token, int resultCode, in transferCardReaderStatusResponse()
[all …]
/packages/services/Car/service/src/com/android/car/
DCarTestService.java68 public void stopCarService(IBinder token) throws RemoteException { in stopCarService()
89 public void startCarService(IBinder token) throws RemoteException { in startCarService()
95 private synchronized void releaseToken(IBinder token) { in releaseToken()
110 TokenDeathRecipient(IBinder token) throws RemoteException { in TokenDeathRecipient()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DTestImsSmsImpl.java26 public void sendSms(int token, int messageRef, String format, String smsc, boolean isRetry, in sendSms()
35 public void acknowledgeSms(int token, int messageRef, int result) { in acknowledgeSms()
40 public void acknowledgeSmsReport(int token, int messageRef, int result) { in acknowledgeSmsReport()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputMethodManagerCompatWrapper.java43 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod()
48 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder token) { in shouldOfferSwitchingToNextInputMethod()
/packages/services/Car/car-lib/src/android/car/vms/
DIVmsPublisherService.aidl32 … oneway void publish(in IBinder token, in VmsLayer layer, int publisherId, in byte[] message) = 0; in publish()
42 oneway void setLayersOffering(in IBinder token, in VmsLayersOffering offering) = 2; in setLayersOffering()
DVmsPublisherClientService.java84 private void setToken(IBinder token) { in setToken()
118 IBinder token = getTokenForPublisherServiceThreadSafe(); in publish() local
139 IBinder token = getTokenForPublisherServiceThreadSafe(); in setLayersOffering() local
154 IBinder token; in getTokenForPublisherServiceThreadSafe() local
225 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in setVmsPublisherService()
DIVmsPublisherClient.aidl31 oneway void setVmsPublisherService(in IBinder token, IVmsPublisherService service) = 0; in setVmsPublisherService()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberAsyncQueryHandler.java58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
71 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
78 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
85 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
431 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {} in onQueryComplete()
433 protected void onInsertComplete(int token, Object cookie, Uri uri) {} in onInsertComplete()
435 protected void onUpdateComplete(int token, Object cookie, int result) {} in onUpdateComplete()
437 protected void onDeleteComplete(int token, Object cookie, int result) {} in onDeleteComplete()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded()
86 final int token, in startQuery()
121 int token, in startDefaultDirectoryQuery()
141 int token, in startQueryInternal()
185 int token, in startOtherDirectoriesQuery()
297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete()
353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded()
359 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete()
389 int token, in startQuery()
[all …]
DContactsAsyncHelper.java51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoadComplete()
55 void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoaded()
74 int token, in startObtainPhotoAsync()
120 public int token; field in ContactsAsyncHelper.WorkerArgs
/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl71 in BluetoothDevice device, in int profile, in IBinder token) = 6; in requestBluetoothProfileInhibit()
75 in BluetoothDevice device, in int profile, in IBinder token) = 7; in releaseBluetoothProfileInhibit()
78 void updateProjectionStatus(in ProjectionStatus status, in IBinder token) = 8; in updateProjectionStatus()
/packages/apps/Contacts/src/com/android/contacts/database/
DNoNullCursorAsyncQueryHandler.java36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, in startQuery()
44 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
55 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor); in onNotNullableQueryComplete()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSqlTokenFinder.java76 final String token = sql.substring(start, end); in findTokens() local
105 final String token; in findTokens() local
130 final String token = sql.substring(quoteStart + 1, quoteEnd); in findTokens() local
/packages/apps/Contacts/src/com/android/contacts/util/
DNotifyingAsyncQueryHandler.java40 void onQueryComplete(int token, Object cookie, Cursor cursor); in onQueryComplete()
58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
/packages/apps/Dialer/java/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java42 int token, in startQuery()
59 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
75 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor); in onNotNullableQueryComplete()
/packages/services/Telephony/src/com/android/phone/
DADNList.java208 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete()
219 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
225 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
231 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/packages/providers/TvProvider/src/com/android/providers/tv/util/
DSqliteTokenFinder.java88 final String token = sql.substring(start, end); in findTokens() local
114 String token = sql.substring(quoteStart + 1, quoteEnd); in findTokens() local
146 final String token = sql.substring(quoteStart + 1, quoteEnd); in findTokens() local
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DDeleteFdnContactScreen.java175 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete()
179 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
183 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
187 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
DSqlChecker.java86 private void throwIfContainsToken(String token, String sql) { in throwIfContainsToken()
158 final String token = sql.substring(start, end); in findTokens() local
187 final String token; in findTokens() local
216 final String token = sql.substring(quoteStart + 1, quoteEnd); in findTokens() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DRemoteVolumePreferenceController.java201 MediaSession.Token token, MediaController.PlaybackInfo playbackInfo) { in updatePreference()
211 private void updateToken(MediaSession.Token token) { in updateToken()
250 public void onRemoteUpdate(MediaSession.Token token, String name, in onRemoteUpdate()
261 public void onRemoteVolumeChanged(MediaSession.Token token, int flags) { in onRemoteVolumeChanged()
/packages/apps/Settings/src/com/android/settings/notification/
DRemoteVolumePreferenceController.java219 MediaSession.Token token, MediaController.PlaybackInfo playbackInfo) { in updatePreference()
229 private void updateToken(MediaSession.Token token) { in updateToken()
268 public void onRemoteUpdate(MediaSession.Token token, String name, in onRemoteUpdate()
279 public void onRemoteVolumeChanged(MediaSession.Token token, int flags) { in onRemoteVolumeChanged()

12345