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

1234567891011>>

/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl68 void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id);
69 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys);
72 void requestUnbindListener(in INotificationListener token);
74 void setNotificationsShownFromListener(in INotificationListener token, in String[] keys);
76 ParceledListSlice getActiveNotificationsFromListener(in INotificationListener token, in String[] keys, int trim);
77 void requestHintsFromListener(in INotificationListener token, int hints);
78 int getHintsFromListener(in INotificationListener token);
79 void requestInterruptionFilterFromListener(in INotificationListener token, int interruptionFilter);
80 int getInterruptionFilterFromListener(in INotificationListener token);
81 void setOnNotificationPostedTrimFromListener(in INotificationListener token, in
[all...]
H A DIActivityManager.java100 public boolean finishActivity(IBinder token, int code, Intent data, int finishTask) argument
102 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
103 public boolean finishActivityAffinity(IBinder token) throws RemoteException; argument
105 public boolean releaseActivityInstance(IBinder token) throws RemoteException; argument
107 public boolean willActivityBeVisible(IBinder token) throws RemoteException; argument
120 public void activityResumed(IBinder token) throws RemoteException; argument
121 public void activityIdle(IBinder token, Configuration config, argument
123 public void activityPaused(IBinder token) throws RemoteException; argument
124 public void activityStopped(IBinder token, Bundle state, argument
126 public void activitySlept(IBinder token) throw argument
127 activityDestroyed(IBinder token) argument
128 activityRelaunched(IBinder token) argument
129 reportSizeConfigurations(IBinder token, int[] horizontalSizeConfiguration, int[] verticalSizeConfigurations, int[] smallestWidthConfigurations) argument
132 getCallingPackage(IBinder token) argument
133 getCallingActivity(IBinder token) argument
146 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
216 getTaskForActivity(IBinder token, boolean onlyRoot) argument
219 getContentProviderExternal(String name, int userId, IBinder token) argument
222 removeContentProviderExternal(String name, IBinder token) argument
235 stopServiceToken(ComponentName className, IBinder token, int startId) argument
237 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, int flags) argument
239 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
243 publishService(IBinder token, Intent intent, IBinder service) argument
245 unbindFinished(IBinder token, Intent service, boolean doRebind) argument
248 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
269 setRequestedOrientation(IBinder token, int requestedOrientation) argument
271 getRequestedOrientation(IBinder token) argument
273 getActivityClassForToken(IBinder token) argument
274 getPackageForToken(IBinder token) argument
276 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
292 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
409 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
418 convertFromTranslucent(IBinder token) argument
419 convertToTranslucent(IBinder token, ActivityOptions options) argument
420 notifyActivityDrawn(IBinder token) argument
421 getActivityOptions(IBinder token) argument
425 setImmersive(IBinder token, boolean immersive) argument
426 isImmersive(IBinder token) argument
428 isTopOfTask(IBinder token) argument
465 unlockUser(int userid, byte[] token, byte[] secret, IProgressListener listener) argument
504 shouldUpRecreateTask(IBinder token, String destAffinity) argument
507 navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
529 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
537 showAssistFromActivity(IBinder token, Bundle args) argument
543 reportActivityFullyDrawn(IBinder token) argument
564 startLockTaskMode(IBinder token) argument
574 showLockTaskEscapeMessage(IBinder token) argument
576 setTaskDescription(IBinder token, ActivityManager.TaskDescription values) argument
587 requestVisibleBehind(IBinder token, boolean visible) argument
588 isBackgroundVisibleBehind(IBinder token) argument
589 backgroundResourcesReleased(IBinder token) argument
591 notifyLaunchTaskBehindComplete(IBinder token) argument
592 notifyEnterAnimationComplete(IBinder token) argument
611 isRootVoiceInteraction(IBinder token) argument
620 getActivityStackId(IBinder token) argument
621 exitFreeformMode(IBinder token) argument
629 isInMultiWindowMode(IBinder token) argument
631 isInPictureInPictureMode(IBinder token) argument
633 enterPictureInPictureMode(IBinder token) argument
635 setVrMode(IBinder token, boolean enabled, ComponentName packageName) argument
642 startLocalVoiceInteraction(IBinder token, Bundle options) argument
644 stopLocalVoiceInteraction(IBinder token) argument
[all...]
H A DApplicationThreadNative.java226 IBinder token = data.readStrongBinder();
230 scheduleCreateService(token, info, compatInfo, processState);
236 IBinder token = data.readStrongBinder();
240 scheduleBindService(token, intent, rebind, processState);
246 IBinder token = data.readStrongBinder();
248 scheduleUnbindService(token, intent);
255 IBinder token = data.readStrongBinder();
265 scheduleServiceArgs(token, taskRemoved, startId, fl, args);
272 IBinder token = data.readStrongBinder();
273 scheduleStopService(token);
775 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
789 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
801 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
812 scheduleSleeping(IBinder token, boolean sleeping) argument
823 scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) argument
837 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
848 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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
888 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
912 scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) argument
923 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
977 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
995 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
1008 scheduleUnbindService(IBinder token, Intent intent) argument
1019 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
1038 scheduleStopService(IBinder token) argument
1116 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument
1163 dumpService(FileDescriptor fd, IBinder token, String[] args) argument
1174 dumpProvider(FileDescriptor fd, IBinder token, String[] args) argument
1214 scheduleActivityConfigurationChanged(IBinder token, Configuration overrideConfig, boolean reportToActivity) argument
1294 dumpActivity(FileDescriptor fd, IBinder token, String prefix, String[] args) argument
1394 scheduleTranslucentConversionComplete(IBinder token, boolean timeout) argument
1406 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1445 scheduleCancelVisibleBehind(IBinder token) argument
1454 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) argument
1466 scheduleEnterAnimationComplete(IBinder token) argument
1503 scheduleMultiWindowModeChanged( IBinder token, boolean isInMultiWindowMode) argument
1515 schedulePictureInPictureModeChanged(IBinder token, boolean isInPipMode) argument
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DIDisplayManager.aidl66 // MediaProjection token for certain combinations of flags.
72 void resizeVirtualDisplay(in IVirtualDisplayCallback token,
76 void setVirtualDisplaySurface(in IVirtualDisplayCallback token, in Surface surface);
79 void releaseVirtualDisplay(in IVirtualDisplayCallback token);
H A DVirtualDisplay.java41 IVirtualDisplayCallback token, Surface surface) {
44 mToken = token;
109 return "VirtualDisplay{display=" + mDisplay + ", token=" + mToken
40 VirtualDisplay(DisplayManagerGlobal global, Display display, IVirtualDisplayCallback token, Surface surface) argument
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java88 public void acquireUpdateLock(IBinder token, String tag) throws RemoteException { argument
90 Slog.d(TAG, "acquire(" + token + ") by " + makeTag(tag));
94 mLocks.acquire(token, makeTag(tag));
98 public void releaseUpdateLock(IBinder token) throws RemoteException { argument
100 Slog.d(TAG, "release(" + token + ')');
104 mLocks.release(token);
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp106 String8 token = mTokenizer->nextToken(WHITESPACE_OR_FIELD_DELIMITER); local
107 if (token != "0x01") {
162 String8 token = mTokenizer->nextToken(WHITESPACE_OR_FIELD_DELIMITER); local
164 *outValue = strtol(token.string(), &end, 0);
165 if (token.isEmpty() || *end != '\0') {
166 ALOGE("Expected an integer, got '%s'.", token.string());
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp98 InputToken* token = llvm::cast<InputToken>(*it); local
99 if (token->asNeeded())
104 switch (token->type()) {
111 (token->name().size() > 0 && token->name()[0] == '/')) {
113 path.append(token->name());
116 path.assign(token->name());
120 script.directories().find(token->name(), Input::Script);
141 path = script.directories().find(token->name(), Input::Archive);
145 path = script.directories().find(token
[all...]
/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintDaemon.aidl28 int enroll(in byte [] token, int groupId, int timeout);
/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl30 oneway void onConfigure(in List<PersistableBundle> options, 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);
47 void setUserRestrictions(in Bundle restrictions, IBinder token, int userHandle);
48 void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in String[] exceptionPackages);
/frameworks/base/core/jni/
H A Dandroid_util_StringBlock.cpp63 jlong token)
65 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
75 jlong token, jint idx)
77 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
99 jlong token, jint idx)
101 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
142 jlong token)
144 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
62 android_content_StringBlock_nativeGetSize(JNIEnv* env, jobject clazz, jlong token) argument
74 android_content_StringBlock_nativeGetString(JNIEnv* env, jobject clazz, jlong token, jint idx) argument
98 android_content_StringBlock_nativeGetStyle(JNIEnv* env, jobject clazz, jlong token, jint idx) argument
141 android_content_StringBlock_nativeDestroy(JNIEnv* env, jobject clazz, jlong token) argument
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp61 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
65 IPCThreadState::self()->restoreCallingIdentity(token);
90 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
92 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/base/core/java/android/view/
H A DInputEvent.java228 int token = in.readInt();
229 if (token == PARCEL_TOKEN_KEY_EVENT) {
231 } else if (token == PARCEL_TOKEN_MOTION_EVENT) {
234 throw new IllegalStateException("Unexpected input event type token in parcel.");
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
66 window.token = other.token;
98 parcel.writeStrongBinder(token);
120 builder.append(", token=").append(token);
133 token = parcel.readStrongBinder();
152 token = null;
H A DChoreographer.java125 // All frame callbacks posted by applications have this token.
338 * @param token The callback token, or null if none.
343 public void postCallback(int callbackType, Runnable action, Object token) { argument
344 postCallbackDelayed(callbackType, action, token, 0);
355 * @param token The callback token, or null if none.
362 Runnable action, Object token, long delayMillis) {
370 postCallbackDelayedInternal(callbackType, action, token, delayMillis);
374 Object action, Object token, lon
361 postCallbackDelayed(int callbackType, Runnable action, Object token, long delayMillis) argument
373 postCallbackDelayedInternal(int callbackType, Object action, Object token, long delayMillis) argument
410 removeCallbacks(int callbackType, Runnable action, Object token) argument
418 removeCallbacksInternal(int callbackType, Object action, Object token) argument
725 obtainCallbackLocked(long dueTime, Object action, Object token) argument
865 public Object token; field in class:Choreographer.CallbackRecord
903 addCallbackLocked(long dueTime, Object action, Object token) argument
925 removeCallbacksLocked(Object action, Object token) argument
[all...]
/frameworks/native/cmds/installd/
H A Dstring_helpers.h41 std::string token; local
43 while (std::getline(strstr, token, separator)) {
44 ret.push_back(token);
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java121 Binder token; field in class:NfcActivityManager.NfcActivityState
132 this.token = new Binder();
145 token = null;
207 Binder token;
213 token = state.token;
217 setReaderMode(token, flags, extras);
223 Binder token;
229 token = state.token;
238 setReaderMode(Binder token, int flags, Bundle extras) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java69 public void onQueryComplete(int token, Object cookie, CallerInfo ci); argument
185 if (DBG) Rlog.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 +
201 // passing the original token value back to the caller
241 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
242 if (DBG) Rlog.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token);
266 // check the token and if needed, create the callerinfo object.
326 if (DBG) Rlog.d(LOG_TAG, "constructing CallerInfo object for token: " + token);
331 startQuery(token, endMarke
357 startQuery(int token, Context context, Uri contactRef, OnQueryCompleteListener listener, Object cookie) argument
387 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie) argument
405 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie, int subId) argument
458 addQueryListener(int token, OnQueryCompleteListener listener, Object cookie) argument
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java47 public void newSession(IBinder token, Bundle args, int startFlags) {
49 startFlags, token, args));
117 void doNewSession(IBinder token, Bundle args, int startFlags) { argument
124 mSystemService.deliverNewSession(token, mSession.mSession, mSession.mInteractor);
125 mSession.doCreate(mSystemService, token);
/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java91 public void addExternalProcessHandleLocked(IBinder token) { argument
92 if (token == null) {
98 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token);
100 handle = new ExternalProcessHandle(token);
101 externalProcessTokenToHandle.put(token, handle);
107 public boolean removeExternalProcessHandleLocked(IBinder token) { argument
111 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token);
116 removeExternalProcessHandleInternalLocked(token);
129 private void removeExternalProcessHandleInternalLocked(IBinder token) { argument
130 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token);
240 ExternalProcessHandle(IBinder token) argument
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl34 void disable(int what, IBinder token, String pkg);
35 void disableForUser(int what, IBinder token, String pkg, int userId);
36 void disable2(int what, IBinder token, String pkg);
37 void disable2ForUser(int what, IBinder token, String pkg, int userId);
41 void setImeWindowStatus(in IBinder token, int vis, int backDisposition,
/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);
158 sp<IBinder> token = data.readStrongBinder(); local
162 int32_t res = startOperation(token, code, uid, packageName);
169 sp<IBinder> token = data.readStrongBinder(); local
173 finishOperation(token, code, uid, packageName);
196 sp<IBinder> token = getToken(clientToken); local
198 reply->writeStrongBinder(token);
[all...]
/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl72 void restoreAtInstall(String packageName, int token);
193 * UI calls back into the Backup Manager to confirm, passing the correct token. At
204 void acknowledgeFullBackupOrRestore(int token, boolean allow,
296 * corresponding to the given token.
298 * @param token The transaction token passed to the BackupAgent method being
305 void opComplete(int token, long result);
334 * @return The dataset token from which a restore should be attempted, or zero if

Completed in 2999 milliseconds

1234567891011>>