Searched refs:who (Results 1 - 25 of 103) sorted by relevance

12345

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl34 void setPasswordQuality(in ComponentName who, int quality, int userHandle);
35 int getPasswordQuality(in ComponentName who, int userHandle);
37 void setPasswordMinimumLength(in ComponentName who, int length, int userHandle);
38 int getPasswordMinimumLength(in ComponentName who, int userHandle);
40 void setPasswordMinimumUpperCase(in ComponentName who, int length, int userHandle);
41 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
43 void setPasswordMinimumLowerCase(in ComponentName who, int length, int userHandle);
44 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle);
46 void setPasswordMinimumLetters(in ComponentName who, int length, int userHandle);
47 int getPasswordMinimumLetters(in ComponentName who, in
[all...]
/frameworks/base/core/java/android/app/
H A DActivityGroup.java111 void dispatchActivityResult(String who, int requestCode, int resultCode, argument
113 if (who != null) {
114 Activity act = mLocalActivityManager.getActivity(who);
117 TAG, "Dispatching result: who=" + who + ", reqCode=" + requestCode
126 super.dispatchActivityResult(who, requestCode, resultCode, data);
H A DInstrumentation.java568 final boolean match(Context who, argument
573 && mWhich.match(who.getContentResolver(), intent,
1433 * @param who The Context from which the activity is being started.
1436 * @param token Internal token identifying to the system who is starting
1459 Context who, IBinder contextThread, IBinder token, Activity target,
1467 if (am.match(who, null, intent)) {
1481 .startActivity(whoThread, who.getBasePackageName(), intent,
1482 intent.resolveTypeIfNeeded(who.getContentResolver()),
1499 public void execStartActivities(Context who, IBinder contextThread, argument
1501 execStartActivitiesAsUser(who, contextThrea
1458 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1513 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1575 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1635 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1672 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, int userId) argument
1709 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java62 protected boolean verifyDrawable(Drawable who) { argument
63 return super.verifyDrawable(who) || who == mBackground;
H A DNotificationBackgroundView.java56 protected boolean verifyDrawable(Drawable who) { argument
57 return super.verifyDrawable(who) || who == mBackground;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1047 ActiveAdmin getActiveAdminUncheckedLocked(ComponentName who, int userHandle) { argument
1048 ActiveAdmin admin = getUserData(userHandle).mAdminMap.get(who);
1050 && who.getPackageName().equals(admin.info.getActivityInfo().packageName)
1051 && who.getClassName().equals(admin.info.getActivityInfo().name)) {
1057 ActiveAdmin getActiveAdminForCallerLocked(ComponentName who, int reqPolicy) argument
1066 if (who != null) {
1067 ActiveAdmin admin = policy.mAdminMap.get(who);
1069 throw new SecurityException("No active admin " + who);
1072 throw new SecurityException("Admin " + who + " is not owned by uid "
1106 if (who !
1845 setPasswordQuality(ComponentName who, int quality, int userHandle) argument
1865 getPasswordQuality(ComponentName who, int userHandle) argument
1894 setPasswordMinimumLength(ComponentName who, int length, int userHandle) argument
1912 getPasswordMinimumLength(ComponentName who, int userHandle) argument
1941 setPasswordHistoryLength(ComponentName who, int length, int userHandle) argument
1959 getPasswordHistoryLength(ComponentName who, int userHandle) argument
1988 setPasswordExpirationTimeout(ComponentName who, long timeout, int userHandle) argument
2021 getPasswordExpirationTimeout(ComponentName who, int userHandle) argument
2124 getPasswordExpirationLocked(ComponentName who, int userHandle) argument
2147 getPasswordExpiration(ComponentName who, int userHandle) argument
2157 setPasswordMinimumUpperCase(ComponentName who, int length, int userHandle) argument
2175 getPasswordMinimumUpperCase(ComponentName who, int userHandle) argument
2204 setPasswordMinimumLowerCase(ComponentName who, int length, int userHandle) argument
2219 getPasswordMinimumLowerCase(ComponentName who, int userHandle) argument
2248 setPasswordMinimumLetters(ComponentName who, int length, int userHandle) argument
2266 getPasswordMinimumLetters(ComponentName who, int userHandle) argument
2295 setPasswordMinimumNumeric(ComponentName who, int length, int userHandle) argument
2313 getPasswordMinimumNumeric(ComponentName who, int userHandle) argument
2342 setPasswordMinimumSymbols(ComponentName who, int length, int userHandle) argument
2360 getPasswordMinimumSymbols(ComponentName who, int userHandle) argument
2389 setPasswordMinimumNonLetter(ComponentName who, int length, int userHandle) argument
2407 getPasswordMinimumNonLetter(ComponentName who, int userHandle) argument
2485 setMaximumFailedPasswordsForWipe(ComponentName who, int num, int userHandle) argument
2507 getMaximumFailedPasswordsForWipe(ComponentName who, int userHandle) argument
2677 setMaximumTimeToLock(ComponentName who, long timeMs, int userHandle) argument
2725 getMaximumTimeToLock(ComponentName who, int userHandle) argument
2791 enforceCanManageCaCerts(ComponentName who) argument
2868 installKeyPair(ComponentName who, byte[] privKey, byte[] cert, String alias) argument
3140 setGlobalProxy(ComponentName who, String proxySpec, String exclusionList, int userHandle) argument
3220 setRecommendedGlobalProxy(ComponentName who, ProxyInfo proxyInfo) argument
3281 setStorageEncryption(ComponentName who, boolean encrypt, int userHandle) argument
3335 getStorageEncryption(ComponentName who, int userHandle) argument
3417 setScreenCaptureDisabled(ComponentName who, int userHandle, boolean disabled) argument
3440 getScreenCaptureDisabled(ComponentName who, int userHandle) argument
3476 setAutoTimeRequired(ComponentName who, int userHandle, boolean required) argument
3527 setCameraDisabled(ComponentName who, boolean disabled, int userHandle) argument
3550 getCameraDisabled(ComponentName who, int userHandle) argument
3576 setKeyguardDisabledFeatures(ComponentName who, int which, int userHandle) argument
3600 getKeyguardDisabledFeatures(ComponentName who, int userHandle) argument
3746 setProfileOwner(ComponentName who, String ownerName, int userHandle) argument
3791 clearProfileOwner(ComponentName who) argument
3840 setProfileEnabled(ComponentName who) argument
3870 setProfileName(ComponentName who, String profileName) argument
4046 addPersistentPreferredActivity(ComponentName who, IntentFilter filter, ComponentName activity) argument
4069 clearPackagePersistentPreferredActivities(ComponentName who, String packageName) argument
4091 setApplicationRestrictions(ComponentName who, String packageName, Bundle settings) argument
4180 setRestrictionsProvider(ComponentName who, ComponentName permissionProvider) argument
4205 addCrossProfileIntentFilter(ComponentName who, IntentFilter filter, int flags) argument
4232 clearCrossProfileIntentFilters(ComponentName who) argument
4304 setPermittedAccessibilityServices(ComponentName who, List packageList) argument
4351 getPermittedAccessibilityServices(ComponentName who) argument
4464 setPermittedInputMethods(ComponentName who, List packageList) argument
4509 getPermittedInputMethods(ComponentName who) argument
4594 createUser(ComponentName who, String name) argument
4615 createAndInitializeUser(ComponentName who, String name, String ownerName, ComponentName profileOwnerComponent, Bundle adminExtras) argument
4645 removeUser(ComponentName who, UserHandle userHandle) argument
4662 switchUser(ComponentName who, UserHandle userHandle) argument
4686 getApplicationRestrictions(ComponentName who, String packageName) argument
4705 setUserRestriction(ComponentName who, String key, boolean enabled) argument
4795 setApplicationHidden(ComponentName who, String packageName, boolean hidden) argument
4819 isApplicationHidden(ComponentName who, String packageName) argument
4842 enableSystemApp(ComponentName who, String packageName) argument
4887 enableSystemAppWithIntent(ComponentName who, Intent intent) argument
4951 setAccountManagementDisabled(ComponentName who, String accountType, boolean disabled) argument
4995 setUninstallBlocked(ComponentName who, String packageName, boolean uninstallBlocked) argument
5019 isUninstallBlocked(ComponentName who, String packageName) argument
5043 setCrossProfileCallerIdDisabled(ComponentName who, boolean disabled) argument
5061 getCrossProfileCallerIdDisabled(ComponentName who) argument
5093 setLockTaskPackages(ComponentName who, String[] packages) argument
5118 getLockTaskPackages(ComponentName who) argument
5181 setGlobalSetting(ComponentName who, String setting, String value) argument
5205 setSecureSetting(ComponentName who, String setting, String value) argument
5236 setMasterVolumeMuted(ComponentName who, boolean on) argument
5256 isMasterVolumeMuted(ComponentName who) argument
[all...]
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
H A Dmediametadataretriever.h89 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java51 final String who; field in class:PendingIntentRecord.Key
69 who = _w;
120 if (who != other.who) {
121 if (who != null) {
122 if (!who.equals(other.who)) {
125 } else if (other.who != null) {
266 key.who, key.requestCode, code, finalIntent);
336 if (key.activity != null || key.who !
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java69 protected boolean verifyDrawable(Drawable who) { argument
70 return who == mBackground || super.verifyDrawable(who);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java170 public void invalidateDrawable(Drawable who) { argument
175 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
180 public void unscheduleDrawable(Drawable who, Runnable what) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDrawableWrapper.java153 public void invalidateDrawable(Drawable who) { argument
160 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
167 public void unscheduleDrawable(Drawable who, Runnable what) { argument
H A DActionBarContainer.java150 protected boolean verifyDrawable(Drawable who) { argument
151 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
152 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
/frameworks/native/libs/gui/
H A DSensorManager.cpp80 virtual void binderDied(const wp<IBinder>& who) { argument
81 ALOGW("sensorservice died [%p]", who.unsafe_get());
/frameworks/av/include/camera/
H A DCameraBase.h101 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h62 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java1385 TetherInterfaceSM who = (TetherInterfaceSM)message.obj;
1386 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1387 mNotifyList.add(who);
1391 who = (TetherInterfaceSM)message.obj;
1392 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who);
1393 int index = mNotifyList.indexOf(who);
1395 mNotifyList.remove(who);
1428 TetherInterfaceSM who = (TetherInterfaceSM)message.obj;
1429 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1430 mNotifyList.add(who);
[all...]
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp133 void CommonClockService::binderDied(const wp<IBinder>& who) { argument
139 if (mListeners[i]->asBinder() == who) {
H A Dcommon_clock_service.h59 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h52 virtual void binderDied(const wp<IBinder>& who);
/frameworks/native/include/binder/
H A DIBinder.h87 virtual void binderDied(const wp<IBinder>& who) = 0;
/frameworks/native/include/gui/
H A DBufferQueueProducer.h178 virtual void binderDied(const wp<IBinder>& who);
H A DStreamSplitter.h122 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/core/java/android/view/
H A DViewOverlay.java159 protected boolean verifyDrawable(Drawable who) { argument
160 return super.verifyDrawable(who) || (mDrawables != null && mDrawables.contains(who));

Completed in 2891 milliseconds

12345