Home | History | Annotate | Download | only in settings

Lines Matching refs:who

144         ComponentName who = (ComponentName)getIntent().getParcelableExtra(
146 if (who == null) {
150 who = component;
155 if (who == null) {
169 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) {
190 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA);
192 Log.w(TAG, "Unable to retrieve device policy " + who, e);
200 if (!mDPM.isAdminActive(who)) {
225 Log.w(TAG, "Request to add invalid device admin: " + who);
236 Log.w(TAG, "Unable to retrieve device policy " + who, e);
240 Log.w(TAG, "Unable to retrieve device policy " + who, e);
250 if (mDPM.isAdminActive(who)) {
251 if (mDPM.isRemovingAdmin(who, android.os.Process.myUserHandle().getIdentifier())) {
252 Log.w(TAG, "Requested admin is already being removed: " + who);
260 if (!mDPM.hasGrantedPolicy(who, pi.ident)) {