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

12345

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl38 void setPasswordQuality(in ComponentName who, int quality);
39 int getPasswordQuality(in ComponentName who, int userHandle);
41 void setPasswordMinimumLength(in ComponentName who, int length);
42 int getPasswordMinimumLength(in ComponentName who, int userHandle);
44 void setPasswordMinimumUpperCase(in ComponentName who, int length);
45 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
47 void setPasswordMinimumLowerCase(in ComponentName who, int length);
48 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle);
50 void setPasswordMinimumLetters(in ComponentName who, int length);
51 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 DFragmentHostCallback.java194 void inactivateFragment(String who) { argument
195 //Log.v(TAG, "invalidateSupportFragment: who=" + who);
197 LoaderManagerImpl lm = (LoaderManagerImpl) mAllLoaderManagers.get(who);
200 mAllLoaderManagers.remove(who);
265 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
269 LoaderManagerImpl lm = (LoaderManagerImpl) mAllLoaderManagers.get(who);
272 lm = new LoaderManagerImpl(who, this, started);
273 mAllLoaderManagers.put(who, lm);
H A DInstrumentation.java570 final boolean match(Context who, argument
575 && mWhich.match(who.getContentResolver(), intent,
1456 * @param who The Context from which the activity is being started.
1459 * @param token Internal token identifying to the system who is starting
1482 Context who, IBinder contextThread, IBinder token, Activity target,
1494 if (am.match(who, null, intent)) {
1508 .startActivity(whoThread, who.getBasePackageName(), intent,
1509 intent.resolveTypeIfNeeded(who.getContentResolver()),
1527 public void execStartActivities(Context who, IBinder contextThread, argument
1529 execStartActivitiesAsUser(who, contextThrea
1481 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1541 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1604 execStartActivity( Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) argument
1664 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1702 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, boolean ignoreTargetSecurity, int userId) argument
1741 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]
H A DFragmentController.java73 public Fragment findFragmentByWho(String who) { argument
74 return mHost.mFragmentManager.findFragmentByWho(who);
/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 DDismissViewButton.java91 protected boolean verifyDrawable(Drawable who) { argument
92 return super.verifyDrawable(who)
93 || who == mAnimatedDismissDrawable
94 || who == mStaticDismissDrawable;
H A DNotificationBackgroundView.java54 protected boolean verifyDrawable(Drawable who) { argument
55 return super.verifyDrawable(who) || who == mBackground;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1201 ActiveAdmin getActiveAdminUncheckedLocked(ComponentName who, int userHandle) { argument
1202 ActiveAdmin admin = getUserData(userHandle).mAdminMap.get(who);
1204 && who.getPackageName().equals(admin.info.getActivityInfo().packageName)
1205 && who.getClassName().equals(admin.info.getActivityInfo().name)) {
1211 ActiveAdmin getActiveAdminForCallerLocked(ComponentName who, int reqPolicy) argument
1215 ActiveAdmin result = getActiveAdminWithPolicyForUidLocked(who, reqPolicy, callingUid);
1220 if (who != null) {
1223 ActiveAdmin admin = policy.mAdminMap.get(who);
1241 private ActiveAdmin getActiveAdminWithPolicyForUidLocked(ComponentName who, int reqPolicy, argument
1246 if (who !
2105 setPasswordQuality(ComponentName who, int quality) argument
2124 getPasswordQuality(ComponentName who, int userHandle) argument
2154 setPasswordMinimumLength(ComponentName who, int length) argument
2171 getPasswordMinimumLength(ComponentName who, int userHandle) argument
2201 setPasswordHistoryLength(ComponentName who, int length) argument
2218 getPasswordHistoryLength(ComponentName who, int userHandle) argument
2248 setPasswordExpirationTimeout(ComponentName who, long timeout) argument
2278 getPasswordExpirationTimeout(ComponentName who, int userHandle) argument
2381 getPasswordExpirationLocked(ComponentName who, int userHandle) argument
2405 getPasswordExpiration(ComponentName who, int userHandle) argument
2416 setPasswordMinimumUpperCase(ComponentName who, int length) argument
2433 getPasswordMinimumUpperCase(ComponentName who, int userHandle) argument
2463 setPasswordMinimumLowerCase(ComponentName who, int length) argument
2477 getPasswordMinimumLowerCase(ComponentName who, int userHandle) argument
2507 setPasswordMinimumLetters(ComponentName who, int length) argument
2524 getPasswordMinimumLetters(ComponentName who, int userHandle) argument
2557 setPasswordMinimumNumeric(ComponentName who, int length) argument
2574 getPasswordMinimumNumeric(ComponentName who, int userHandle) argument
2607 setPasswordMinimumSymbols(ComponentName who, int length) argument
2624 getPasswordMinimumSymbols(ComponentName who, int userHandle) argument
2657 setPasswordMinimumNonLetter(ComponentName who, int length) argument
2674 getPasswordMinimumNonLetter(ComponentName who, int userHandle) argument
2759 setMaximumFailedPasswordsForWipe(ComponentName who, int num) argument
2780 getMaximumFailedPasswordsForWipe(ComponentName who, int userHandle) argument
2997 setMaximumTimeToLock(ComponentName who, long timeMs) argument
3039 getMaximumTimeToLock(ComponentName who, int userHandle) argument
3106 enforceCanManageCaCerts(ComponentName who) argument
3206 installKeyPair(ComponentName who, byte[] privKey, byte[] cert, String alias) argument
3299 setCertInstallerPackage(ComponentName who, String installerPackage) argument
3311 getCertInstallerPackage(ComponentName who) argument
3595 setGlobalProxy(ComponentName who, String proxySpec, String exclusionList) argument
3674 setRecommendedGlobalProxy(ComponentName who, ProxyInfo proxyInfo) argument
3736 setStorageEncryption(ComponentName who, boolean encrypt) argument
3789 getStorageEncryption(ComponentName who, int userHandle) argument
3874 setScreenCaptureDisabled(ComponentName who, boolean disabled) argument
3896 getScreenCaptureDisabled(ComponentName who, int userHandle) argument
3933 setAutoTimeRequired(ComponentName who, boolean required) argument
3985 setCameraDisabled(ComponentName who, boolean disabled) argument
4007 getCameraDisabled(ComponentName who, int userHandle) argument
4034 setKeyguardDisabledFeatures(ComponentName who, int which) argument
4059 getKeyguardDisabledFeatures(ComponentName who, int userHandle) argument
4240 setDeviceInitializer(ComponentName who, ComponentName initializer) argument
4282 enforceCanSetDeviceInitializer(ComponentName who) argument
4334 clearDeviceInitializer(ComponentName who) argument
4366 setProfileOwner(ComponentName who, String ownerName, int userHandle) argument
4391 clearProfileOwner(ComponentName who) argument
4467 setUserEnabled(ComponentName who) argument
4512 setProfileEnabled(ComponentName who) argument
4539 setProfileName(ComponentName who, String profileName) argument
4801 addPersistentPreferredActivity(ComponentName who, IntentFilter filter, ComponentName activity) argument
4821 clearPackagePersistentPreferredActivities(ComponentName who, String packageName) argument
4840 setApplicationRestrictions(ComponentName who, String packageName, Bundle settings) argument
4933 setRestrictionsProvider(ComponentName who, ComponentName permissionProvider) argument
4957 addCrossProfileIntentFilter(ComponentName who, IntentFilter filter, int flags) argument
4983 clearCrossProfileIntentFilters(ComponentName who) argument
5052 setPermittedAccessibilityServices(ComponentName who, List packageList) argument
5097 getPermittedAccessibilityServices(ComponentName who) argument
5202 setPermittedInputMethods(ComponentName who, List packageList) argument
5245 getPermittedInputMethods(ComponentName who) argument
5321 createUser(ComponentName who, String name) argument
5340 createAndInitializeUser(ComponentName who, String name, String ownerName, ComponentName profileOwnerComponent, Bundle adminExtras) argument
5374 removeUser(ComponentName who, UserHandle userHandle) argument
5389 switchUser(ComponentName who, UserHandle userHandle) argument
5411 getApplicationRestrictions(ComponentName who, String packageName) argument
5431 setUserRestriction(ComponentName who, String key, boolean enabled) argument
5528 setApplicationHidden(ComponentName who, String packageName, boolean hidden) argument
5550 isApplicationHidden(ComponentName who, String packageName) argument
5571 enableSystemApp(ComponentName who, String packageName) argument
5613 enableSystemAppWithIntent(ComponentName who, Intent intent) argument
5677 setAccountManagementDisabled(ComponentName who, String accountType, boolean disabled) argument
5719 setUninstallBlocked(ComponentName who, String packageName, boolean uninstallBlocked) argument
5740 isUninstallBlocked(ComponentName who, String packageName) argument
5766 setCrossProfileCallerIdDisabled(ComponentName who, boolean disabled) argument
5782 getCrossProfileCallerIdDisabled(ComponentName who) argument
5858 setBluetoothContactSharingDisabled(ComponentName who, boolean disabled) argument
5874 getBluetoothContactSharingDisabled(ComponentName who) argument
5904 setLockTaskPackages(ComponentName who, String[] packages) argument
5928 getLockTaskPackages(ComponentName who) argument
5994 setGlobalSetting(ComponentName who, String setting, String value) argument
6031 setSecureSetting(ComponentName who, String setting, String value) argument
6060 setMasterVolumeMuted(ComponentName who, boolean on) argument
6079 isMasterVolumeMuted(ComponentName who) argument
6091 setUserIcon(ComponentName who, Bitmap icon) argument
6107 setKeyguardDisabled(ComponentName who, boolean disabled) argument
6129 setStatusBarDisabled(ComponentName who, boolean disabled) argument
6316 setSystemUpdatePolicy(ComponentName who, SystemUpdatePolicy policy) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentHostCallback.java186 void inactivateFragment(String who) { argument
187 //Log.v(TAG, "invalidateSupportFragment: who=" + who);
189 LoaderManagerImpl lm = (LoaderManagerImpl) mAllLoaderManagers.get(who);
192 mAllLoaderManagers.remove(who);
265 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
269 LoaderManagerImpl lm = (LoaderManagerImpl) mAllLoaderManagers.get(who);
272 lm = new LoaderManagerImpl(who, this, started);
273 mAllLoaderManagers.put(who, lm);
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
H A Dmediametadataretriever.h92 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h50 virtual void binderDied(const wp<IBinder> &who);
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java59 final String who; field in class:PendingIntentRecord.Key
77 who = _w;
128 if (who != other.who) {
129 if (who != null) {
130 if (!who.equals(other.who)) {
133 } else if (other.who != null) {
288 key.who, key.requestCode, code, finalIntent);
359 if (key.activity != null || key.who !
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
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/v4/donut/android/support/v4/graphics/drawable/
H A DDrawableWrapperDonut.java167 public void invalidateDrawable(Drawable who) { argument
174 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
181 public void unscheduleDrawable(Drawable who, Runnable what) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java152 public void invalidateDrawable(Drawable who) { argument
159 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
166 public void unscheduleDrawable(Drawable who, Runnable what) { argument
/frameworks/av/include/camera/
H A DCameraBase.h101 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/radio/
H A DRadio.h73 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h62 virtual void binderDied(const wp<IBinder>& who);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
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/av/include/media/stagefright/
H A DMediaSync.h163 virtual void binderDied(const wp<IBinder> &who);
181 virtual void binderDied(const wp<IBinder> &who);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp133 void CommonClockService::binderDied(const wp<IBinder>& who) { argument
139 if (IInterface::asBinder(mListeners[i]) == who) {
/frameworks/native/libs/gui/
H A DSensorManager.cpp78 virtual void binderDied(const wp<IBinder>& who) { argument
79 ALOGW("sensorservice died [%p]", who.unsafe_get());

Completed in 616 milliseconds

12345