Searched refs:token (Results 51 - 75 of 255) sorted by relevance

1234567891011

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java70 public void onQueryComplete(int token, Object cookie, CallerInfo ci); argument
186 if (DBG) Rlog.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 +
202 // passing the original token value back to the caller
242 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
243 if (DBG) Rlog.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token);
267 // check the token and if needed, create the callerinfo object.
327 if (DBG) Rlog.d(LOG_TAG, "constructing CallerInfo object for token: " + token);
332 startQuery(token, endMarke
358 startQuery(int token, Context context, Uri contactRef, OnQueryCompleteListener listener, Object cookie) argument
388 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie) argument
406 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie, int subId) argument
459 addQueryListener(int token, OnQueryCompleteListener listener, Object cookie) argument
[all...]
/frameworks/base/core/java/android/view/
H A DInputQueue.java91 public void sendInputEvent(InputEvent e, Object token, boolean predispatch, argument
93 ActiveInputEvent event = obtainActiveInputEvent(token, callback);
113 private ActiveInputEvent obtainActiveInputEvent(Object token, argument
119 e.mToken = token;
159 void onFinishedInputEvent(Object token, boolean handled); argument
H A DWindowInfo.java42 public IBinder token; field in class:WindowInfo
64 window.token = other.token;
94 parcel.writeStrongBinder(token);
113 builder.append(", token=").append(token);
125 token = parcel.readStrongBinder();
142 token = null;
/frameworks/native/libs/binder/
H A DIAppOpsService.cpp63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
67 data.writeStrongBinder(token);
77 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
81 data.writeStrongBinder(token);
147 sp<IBinder> token = data.readStrongBinder(); local
151 int32_t res = startOperation(token, code, uid, packageName);
158 sp<IBinder> token = data.readStrongBinder(); local
162 finishOperation(token, code, uid, packageName);
185 sp<IBinder> token = getToken(clientToken); local
187 reply->writeStrongBinder(token);
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java216 IBinder token = data.readStrongBinder();
220 scheduleCreateService(token, info, compatInfo, processState);
226 IBinder token = data.readStrongBinder();
230 scheduleBindService(token, intent, rebind, processState);
236 IBinder token = data.readStrongBinder();
238 scheduleUnbindService(token, intent);
245 IBinder token = data.readStrongBinder();
255 scheduleServiceArgs(token, taskRemoved, startId, fl, args);
262 IBinder token = data.readStrongBinder();
263 scheduleStopService(token);
695 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
709 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
721 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
732 scheduleSleeping(IBinder token, boolean sleeping) argument
743 scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) argument
757 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
768 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
802 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
824 scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) argument
835 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
889 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
902 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
915 scheduleUnbindService(IBinder token, Intent intent) argument
926 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
945 scheduleStopService(IBinder token) argument
1057 dumpService(FileDescriptor fd, IBinder token, String[] args) argument
1068 dumpProvider(FileDescriptor fd, IBinder token, String[] args) argument
1106 scheduleActivityConfigurationChanged( IBinder token) argument
1178 dumpActivity(FileDescriptor fd, IBinder token, String prefix, String[] args) argument
1274 scheduleTranslucentConversionComplete(IBinder token, boolean timeout) argument
1286 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1325 scheduleCancelVisibleBehind(IBinder token) argument
1334 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) argument
1346 scheduleEnterAnimationComplete(IBinder token) argument
[all...]
H A DIActivityManager.java92 public boolean finishActivity(IBinder token, int code, Intent data, boolean finishTask) argument
94 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
95 public boolean finishActivityAffinity(IBinder token) throws RemoteException; argument
97 public boolean releaseActivityInstance(IBinder token) throws RemoteException; argument
99 public boolean willActivityBeVisible(IBinder token) throws RemoteException; argument
111 public void activityResumed(IBinder token) throws RemoteException; argument
112 public void activityIdle(IBinder token, Configuration config, argument
114 public void activityPaused(IBinder token) throws RemoteException; argument
115 public void activityStopped(IBinder token, Bundle state, argument
117 public void activitySlept(IBinder token) throw argument
118 activityDestroyed(IBinder token) argument
119 getCallingPackage(IBinder token) argument
120 getCallingActivity(IBinder token) argument
134 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
143 getTaskForActivity(IBinder token, boolean onlyRoot) argument
146 getContentProviderExternal(String name, int userId, IBinder token) argument
149 removeContentProviderExternal(String name, IBinder token) argument
162 stopServiceToken(ComponentName className, IBinder token, int startId) argument
164 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean keepNotification) argument
166 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
170 publishService(IBinder token, Intent intent, IBinder service) argument
172 unbindFinished(IBinder token, Intent service, boolean doRebind) argument
175 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
195 setRequestedOrientation(IBinder token, int requestedOrientation) argument
197 getRequestedOrientation(IBinder token) argument
199 getActivityClassForToken(IBinder token) argument
200 getPackageForToken(IBinder token) argument
202 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
218 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
319 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
328 convertFromTranslucent(IBinder token) argument
329 convertToTranslucent(IBinder token, ActivityOptions options) argument
330 notifyActivityDrawn(IBinder token) argument
331 getActivityOptions(IBinder token) argument
335 setImmersive(IBinder token, boolean immersive) argument
336 isImmersive(IBinder token) argument
338 isTopOfTask(IBinder token) argument
400 shouldUpRecreateTask(IBinder token, String destAffinity) argument
403 navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
421 reportAssistContextExtras(IBinder token, Bundle extras) argument
430 reportActivityFullyDrawn(IBinder token) argument
449 startLockTaskMode(IBinder token) argument
457 setTaskDescription(IBinder token, ActivityManager.TaskDescription values) argument
464 requestVisibleBehind(IBinder token, boolean visible) argument
465 isBackgroundVisibleBehind(IBinder token) argument
466 backgroundResourcesReleased(IBinder token) argument
468 notifyLaunchTaskBehindComplete(IBinder token) argument
469 notifyEnterAnimationComplete(IBinder token) argument
[all...]
H A DActivityThread.java282 IBinder token; field in class:ActivityThread.ActivityClientRecord
343 + " token=" + token + " " + (componentName == null
367 IBinder token; field in class:ActivityThread.NewIntentData
369 return "NewIntentData{intents=" + intents + " token=" + token + "}";
375 boolean ordered, boolean sticky, IBinder token, int sendingUser) {
377 token, sendingUser);
404 IBinder token; field in class:ActivityThread.CreateServiceData
409 return "CreateServiceData{token
374 ReceiverData(Intent intent, int resultCode, String resultData, Bundle resultExtras, boolean ordered, boolean sticky, IBinder token, int sendingUser) argument
416 IBinder token; field in class:ActivityThread.BindServiceData
425 IBinder token; field in class:ActivityThread.ServiceArgsData
527 IBinder token; field in class:ActivityThread.DumpComponentInfo
533 IBinder token; field in class:ActivityThread.ResultData
580 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
589 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
596 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
602 scheduleSleeping(IBinder token, boolean sleeping) argument
606 scheduleResumeActivity(IBinder token, int processState, boolean isForward, Bundle resumeArgs) argument
612 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
621 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
655 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
662 scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) argument
670 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
706 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
717 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
731 scheduleUnbindService(IBinder token, Intent intent) argument
739 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags ,Intent args) argument
751 scheduleStopService(IBinder token) argument
893 scheduleActivityConfigurationChanged(IBinder token) argument
1127 scheduleTranslucentConversionComplete(IBinder token, boolean drawComplete) argument
1131 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1172 scheduleCancelVisibleBehind(IBinder token) argument
1177 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean visible) argument
1181 scheduleEnterAnimationComplete(IBinder token) argument
2125 startActivityNow(Activity parent, String id, Intent intent, ActivityInfo activityInfo, IBinder token, Bundle state, Activity.NonConfigurationInstances lastNonConfigurationInstances) argument
2152 getActivity(IBinder token) argument
2156 sendActivityResult( IBinder token, String id, int requestCode, int resultCode, Intent data) argument
2460 performNewIntents(IBinder token, List<ReferrerIntent> intents) argument
2497 handleTranslucentConversionComplete(IBinder token, boolean drawComplete) argument
2504 onNewActivityOptions(IBinder token, ActivityOptions options) argument
2511 handleCancelVisibleBehind(IBinder token) argument
2533 handleOnBackgroundVisibleBehindChanged(IBinder token, boolean visible) argument
2549 handleEnterAnimationComplete(IBinder token) argument
2919 handleStopService(IBinder token) argument
2955 performResumeActivity(IBinder token, boolean clearHide) argument
3009 handleResumeActivity(IBinder token, boolean clearHide, boolean isForward, boolean reallyResume) argument
3184 handlePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
3216 performPauseActivity(IBinder token, boolean finished, boolean saveState) argument
3281 performStopActivity(IBinder token, boolean saveState) argument
3420 handleStopActivity(IBinder token, boolean show, int configChanges) argument
3450 performRestartActivity(IBinder token) argument
3458 handleWindowVisibility(IBinder token, boolean show) argument
3484 handleSleeping(IBinder token, boolean sleeping) argument
3625 performDestroyActivity(IBinder token, boolean finishing) argument
3629 performDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
3722 handleDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
3782 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
4133 handleActivityConfigurationChanged(IBinder token) argument
[all...]
/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl71 void restoreAtInstall(String packageName, int token);
192 * UI calls back into the Backup Manager to confirm, passing the correct token. At
203 void acknowledgeFullBackupOrRestore(int token, boolean allow,
287 * corresponding to the given token.
289 * @param token The transaction token passed to a BackupAgent's doBackup() or
293 void opComplete(int token);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java34 // The actual token.
35 final IBinder token; field in class:WindowToken
37 // The type of window this token is for, as per WindowManager.LayoutParams.
40 // Set if this token was explicitly added by a client, so should
50 // All of the windows associated with this token.
53 // Is key dispatching paused for this token?
56 // Should this token's windows be hidden?
62 // Set to true when this token is in a pending transaction where it
66 // Set to true when this token is in a pending transaction where it
70 // Set to true when this token i
[all...]
/frameworks/webview/chromium/tools/
H A Dmemreport.py90 for token in line.split(' '):
91 if (key+'=') in token:
92 field = token.split('=')[1]
/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl64 void vibrate(int deviceId, in long[] pattern, int repeat, IBinder token);
65 void cancelVibrate(int deviceId, IBinder token);
/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl28 int startOperation(IBinder token, int code, int uid, String packageName);
29 void finishOperation(IBinder token, int code, int uid, String packageName);
/frameworks/native/opengl/libagl/
H A DTokenManager.h42 bool isTokenValid(GLuint token) const;
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java1114 final long token = Binder.clearCallingIdentity();
1118 Binder.restoreCallingIdentity(token);
1128 final long token = Binder.clearCallingIdentity();
1132 Binder.restoreCallingIdentity(token);
1143 final long token = Binder.clearCallingIdentity();
1147 Binder.restoreCallingIdentity(token);
1157 final long token = Binder.clearCallingIdentity();
1161 Binder.restoreCallingIdentity(token);
1171 final long token = Binder.clearCallingIdentity();
1175 Binder.restoreCallingIdentity(token);
[all...]
/frameworks/base/tools/aidl/
H A Daidl_language_y.y15 %token IMPORT
16 %token PACKAGE
17 %token IDENTIFIER
18 %token IDVALUE
19 %token GENERIC
20 %token ARRAY
21 %token PARCELABLE
22 %token INTERFACE
23 %token FLATTENABLE
24 %token RP
[all...]
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java78 IBinder token; field in class:StatusBarManagerService.DisableRecord
82 disableInternal(userId, 0, token, pkg);
83 token.unlinkToDeath(this, 0);
196 public void disable(int what, IBinder token, String pkg) { argument
197 disableInternal(mCurrentUserId, what, token, pkg);
200 private void disableInternal(int userId, int what, IBinder token, String pkg) { argument
204 disableLocked(userId, what, token, pkg);
208 private void disableLocked(int userId, int what, IBinder token, String pkg) { argument
213 manageDisableListLocked(userId, what, token, pkg);
335 public void setImeWindowStatus(final IBinder token, fina argument
634 manageDisableListLocked(int userId, int what, IBinder token, String pkg) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java32 float scale, IBinder token) {
39 mToken = token;
31 ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, float scale, IBinder token) argument
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java42 IVirtualDisplayCallback token, Surface surface) {
45 mToken = token;
110 return "VirtualDisplay{display=" + mDisplay + ", token=" + mToken
41 VirtualDisplay(DisplayManagerGlobal global, Display display, IVirtualDisplayCallback token, Surface surface) argument
/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.aidl31 void authenticate(in String pkg, in byte[] token);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl33 void setImeWindowStatus(in IBinder token, int vis, int backDisposition,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DContextMenuBuilder.java72 * @param token Optional, the window token that should be set on the context
77 public MenuDialogHelper show(View originalView, IBinder token) { argument
88 helper.show(token);
/frameworks/native/include/binder/
H A DIAppOpsService.h35 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
37 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp108 return compare_type(lhs.token, rhs.token);
134 DisplayState& getDisplayStateLocked(const sp<IBinder>& token);
162 void setDisplaySurface(const sp<IBinder>& token,
164 void setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack);
165 void setDisplayProjection(const sp<IBinder>& token,
169 void setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height);
389 DisplayState& Composer::getDisplayStateLocked(const sp<IBinder>& token) { argument
391 s.token = token;
401 setDisplaySurface(const sp<IBinder>& token, const sp<IGraphicBufferProducer>& bufferProducer) argument
409 setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack) argument
417 setDisplayProjection(const sp<IBinder>& token, uint32_t orientation, const Rect& layerStackRect, const Rect& displayRect) argument
430 setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height) argument
534 getLayerFrameStats(const sp<IBinder>& token, FrameStats* outStats) const argument
615 setDisplaySurface(const sp<IBinder>& token, const sp<IGraphicBufferProducer>& bufferProducer) argument
620 setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack) argument
625 setDisplayProjection(const sp<IBinder>& token, uint32_t orientation, const Rect& layerStackRect, const Rect& displayRect) argument
633 setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height) argument
672 setDisplayPowerMode(const sp<IBinder>& token, int mode) argument
[all...]
/frameworks/base/core/java/android/content/
H A DUriMatcher.java148 * matched. URI nodes may be exact match string, the token "*"
149 * that matches any text, or the token "#" that matches only
180 String token = i < 0 ? authority : tokens[i];
187 if (token.equals(child.mText)) {
195 if (token.equals("#")) {
197 } else if (token.equals("*")) {
202 child.mText = token;
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java102 final IBinder token; field in class:TrustAgentService.ConfigurationData
106 token = t;
130 mCallback.onConfigureCompleted(result, data.token);
320 public void onConfigure(List<PersistableBundle> args, IBinder token) { argument
321 mHandler.obtainMessage(MSG_CONFIGURE, new ConfigurationData(args, token))

Completed in 648 milliseconds

1234567891011