Searched refs:caller (Results 101 - 111 of 111) sorted by relevance

12345

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl343 IApplicationThread caller, IBinder token, in Intent service,
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl151 in ComponentName caller, in Intent[] specifics,
H A DPackageManager.java1017 * specified that it is a test-only package and the caller has not supplied
3619 * @return Whether caller is an instant app.
3924 * @param caller The class name of the activity that is making the request.
3941 public abstract List<ResolveInfo> queryIntentActivityOptions(@Nullable ComponentName caller, argument
4409 * If the target user is a managed profile of the calling user or the caller
4412 * The caller can specify the location in the bounds of the drawable to be
4436 * If the target user is a managed profile of the calling user or the caller
4450 * If the target user is a managed profile of the calling user or the caller
4466 * If the target user is a managed profile of the calling user or the caller
4672 * @throws SecurityException if the caller doe
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1312 // By default, if the caller is only interested in a specific package, then
1653 final int caller = Binder.getCallingUid();
1656 if (requestUids[i] != caller) {
H A DActivityRecord.java220 final String resolvedType; // as per original caller;
227 private final boolean componentSpecified; // did caller specify an explicit component?
957 * Reparents this activity into {@param newTask} at the provided {@param position}. The caller
1187 boolean checkEnterPictureInPictureState(String caller, boolean noThrow, boolean beforeStopping) { argument
1217 // keyguard, then we will prompt to unlock in the caller before entering PiP.
1229 // Otherwise, fall through to throw an exception if the caller is trying to enter
1238 throw new IllegalStateException(caller
2507 // All done... tell the caller we weren't able to keep this activity around.
2626 // Note: don't need to call pauseIfSleepingLocked() here, because the caller will only
2790 final ActivityRecord r = new ActivityRecord(service, null /* caller */,
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java432 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, argument
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java925 ComponentName caller, Intent[] specifics, Intent intent,
948 mPM.queryIntentActivityOptions(caller, specifics, specificTypes, intent,
1141 + ", caller scale=" + mContext.getResources()
924 queryIntentActivityOptions( ComponentName caller, Intent[] specifics, Intent intent, int flags) argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java646 private static final String TAG_DISABLE_CALLER_ID = "disable-caller-id";
4070 // so try to retrieve it to check that the caller is one.
4128 // so try to retrieve it to check that the caller is one.
4147 // so try to retrieve it to check that the caller is one.
4245 // If caller has PO (or DO) it can change the password, so see if that's the case first.
4257 // Otherwise, make sure the caller has any active admin with the right policy.
4674 // so try to retrieve it to check that the caller is one.
4897 final UserHandle caller = mInjector.binderGetCallingUserHandle();
4899 ComponentName aliasChooser = getProfileOwner(caller.getIdentifier());
4900 if (aliasChooser == null && caller
10566 bindDeviceAdminServiceAsUser( @onNull ComponentName admin, @NonNull IApplicationThread caller, @Nullable IBinder activtiyToken, @NonNull Intent serviceIntent, @NonNull IServiceConnection connection, int flags, @UserIdInt int targetUserId) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java667 private void handleRadioProxyExceptionForRR(RILRequest rr, String caller, Exception e) { argument
668 riljLoge(caller + ": " + e);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java352 * Many internal methods rely on the caller to hold the appropriate locks, and
355 * <li>fooLI(): the caller must hold {@link #mInstallLock}
356 * <li>fooLIF(): the caller must hold {@link #mInstallLock} and the package
358 * <li>fooLPr(): the caller must hold {@link #mPackages} for reading
359 * <li>fooLPw(): the caller must hold {@link #mPackages} for writing
3659 * that can be seen based on user state. It's typically the original caller uid prior
3784 // if the target and caller are the same application, don't filter
3797 // caller can see all components of all instant applications, don't filter
3805 // request for an instant application; if the caller hasn't been granted access, filter
3822 // ask for the shared libraries given the caller i
7579 queryIntentActivityOptions(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
7586 queryIntentActivityOptionsInternal(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
[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 815 milliseconds

12345