HomeSort by relevance Sort by last modified time
    Searched defs:ownerInfo (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/service/src/com/android/car/
AppContextService.java 112 ClientInfo ownerInfo = mContextOwners.get(c);
113 if (ownerInfo != null && ownerInfo != info) {
116 ownerInfo.setOwnedContexts(ownerInfo.getOwnedContexts() & ~c);
118 ownerInfo.binderInterface, c);
121 Integer.toHexString(c) + "," + ownerInfo.toString());
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 675 final String ownerInfo = isOwnerInfoEnabled(userId) ? getOwnerInfo(userId) : "";
686 mountService.setField(StorageManager.OWNER_INFO_KEY, ownerInfo);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 473 String ownerInfo = Settings.Secure.getStringForUser(cr, OWNER_INFO, userId);
474 if (!TextUtils.isEmpty(ownerInfo)) {
475 setString(OWNER_INFO, ownerInfo, userId);
490 if (!TextUtils.isEmpty(ownerInfo)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 517 final TextView ownerInfo = (TextView) findViewById(R.id.owner_info);
518 ownerInfo.setText(owner_info);
519 ownerInfo.setSelected(true); // Required for marquee'ing to work
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1216 milliseconds