Searched refs:caller (Results 76 - 93 of 93) sorted by relevance

1234

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java274 // (to derive the caller's class-loader). Use true to force initialization, and
615 } catch (MethodAndArgsCaller caller) {
616 caller.run();
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp72 static void recorderCallback(SLAndroidSimpleBufferQueueItf caller __unused, void *context __unused)
162 static void playerCallback(SLBufferQueueItf caller __unused, void *context __unused)
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java306 ComponentName startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, argument
313 if (caller != null) {
314 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller);
317 "Unable to find app for caller " + caller
361 // If this is not coming from a foreground caller, then we may want
480 int stopServiceLocked(IApplicationThread caller, Intent service, argument
485 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller);
486 if (caller != null && callerApp == null) {
488 "Unable to find app for caller "
697 bindServiceLocked(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
[all...]
H A DActivityStackSupervisor.java202 // For debugging to make sure the caller when acquiring/releasing our
910 startActivityLocked(null /* caller */, intent, null /* resolvedType */, aInfo,
925 final int startActivityMayWait(IApplicationThread caller, int callingUid, argument
957 } else if (caller == null) {
986 if (caller != null) {
987 ProcessRecord callerApp = mService.getRecordForAppLocked(caller);
991 Slog.w(TAG, "Unable to find app for caller " + caller
1026 caller = null;
1045 int res = startActivityLocked(caller, inten
1100 startActivities(IApplicationThread caller, int callingUid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
1399 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
[all...]
H A DActivityManagerService.java593 * is the pid of the caller who requested it (we hold a death
919 * Thread-local storage used to carry caller permissions over through
3119 // (2) The caller doesn't think it is dead, OR there is no thread
3541 void enforceNotIsolatedCaller(String caller) { argument
3543 throw new SecurityException("Isolated process not allowed to call " + caller);
3799 public final int startActivity(IApplicationThread caller, String callingPackage, argument
3802 return startActivityAsUser(caller, callingPackage, intent, resolvedType, resultTo,
3808 public final int startActivityAsUser(IApplicationThread caller, String callingPackage, argument
3815 return mStackSupervisor.startActivityMayWait(caller, -1, callingPackage, intent,
3821 public final int startActivityAsCaller(IApplicationThread caller, Strin argument
3899 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3914 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3928 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
4155 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
7621 grantUriPermission(IApplicationThread caller, String targetPkg, Uri uri, final int modeFlags, int userId) argument
7748 revokeUriPermission(IApplicationThread caller, Uri uri, final int modeFlags, int userId) argument
8326 isGetTasksAllowed(String caller, int callingPid, int callingUid) argument
9407 getContentProviderImpl(IApplicationThread caller, String name, IBinder token, boolean stable, int userId) argument
9748 getContentProvider( IApplicationThread caller, String name, int userId, boolean stable) argument
9844 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
15661 startService(IApplicationThread caller, Intent service, String resolvedType, String callingPackage, int userId) argument
15702 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
15897 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
16132 registerReceiver(IApplicationThread caller, String callerPackage, IIntentReceiver receiver, IntentFilter filter, String permission, int userId) argument
16925 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
16969 unbroadcastIntent(IApplicationThread caller, Intent intent, int userId) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl144 in ComponentName caller, in Intent[] specifics,
H A DPackageManager.java576 * package and the caller has not supplied the {@link #INSTALL_ALLOW_TEST}
2895 * @param caller The class name of the activity that is making the
2917 ComponentName caller, Intent[] specifics, Intent intent, int flags);
3341 * target user is the caller and is itself a managed profile, then this
3360 * If the target user is a managed profile of the calling user or the caller
3363 * The caller can specify the location in the bounds of the drawable to be
3387 * If the target user is a managed profile of the calling user or the caller
3401 * If the target user is a managed profile of the calling user or the caller
3770 * @throws SecurityException if the caller does not have the
3804 * @throws SecurityException if the caller doe
2916 queryIntentActivityOptions( ComponentName caller, Intent[] specifics, Intent intent, int flags) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java465 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, argument
469 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java568 public void onRinging(ISipSession s, SipProfile caller, argument
585 + caller.getUri() + ": " + session.getCallId()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java500 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, argument
504 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java307 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java230 public void onInvokeV(String signature, boolean isNative, Object caller) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java283 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, argument
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java94 * @param caller the SIP profile of the caller
96 public void onRinging(SipAudioCall call, SipProfile caller) { argument
223 * @param callbackImmediately set to true if the caller wants to be called
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java663 ComponentName caller, Intent[] specifics, Intent intent,
685 return mPM.queryIntentActivityOptions(caller, specifics,
847 + ", caller scale=" + mContext.getResources()
662 queryIntentActivityOptions( ComponentName caller, Intent[] specifics, Intent intent, int flags) argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java401 private static final String TAG_DISABLE_CALLER_ID = "disable-caller-id";
2723 // so try to retrieve it to check that the caller is one.
2745 // so try to retrieve it to check that the caller is one.
2767 // so try to retrieve it to check that the caller is one.
2846 // so try to retrieve it to check that the caller is one.
3078 // so try to retrieve it to check that the caller is one.
3209 throw new SecurityException("who == null, but caller is not cert installer");
3245 final UserHandle caller = Binder.getCallingUserHandle();
3247 ComponentName aliasChooser = getProfileOwner(caller.getIdentifier());
3248 if (aliasChooser == null && caller
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3239 * or INTERACT_ACROSS_USERS_FULL permissions, if the userid is not for the caller.
4965 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, argument
5103 // If the caller didn't request filter information, drop it now
5110 // Filter out the caller activity if so requested.
5111 if (caller != null) {
5115 if (caller.getPackageName().equals(ainfo.applicationInfo.packageName)
5116 && caller.getClassName().equals(ainfo.name)) {
5123 // If the caller didn't request filter information,
5999 * @throws SecurityException if the caller is not system or root
7738 + ((requirer == null) ? "[caller]"
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 446 milliseconds

1234