Home
last modified time | relevance | path

Searched refs:ownerInfo (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java147 OwnershipClientInfo ownerInfo = mFocusOwners.get(appType); in requestAppFocus() local
148 if (ownerInfo != null && ownerInfo != info) { in requestAppFocus()
150 ownerInfo.getPid(), ownerInfo.getUid()) in requestAppFocus()
155 + "Foreground app (pid=" + ownerInfo.getPid() + ", uid=" in requestAppFocus()
156 + ownerInfo.getUid() + ") owns it."); in requestAppFocus()
159 ownerInfo.removeOwnedAppType(appType); in requestAppFocus()
161 ownerInfo.binderInterface, appType); in requestAppFocus()
164 + appType + "," + ownerInfo); in requestAppFocus()
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DOwnerInfoPreferenceControllerTest.java126 final String ownerInfo = "Test Owner Info"; in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary() local
129 doReturn(ownerInfo).when(mController).getOwnerInfo(); in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary()
134 verify(mPreference).setSummary(ownerInfo); in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java515 final TextView ownerInfo = (TextView) findViewById(R.id.owner_info); in setupUi() local
516 ownerInfo.setText(owner_info); in setupUi()
517 ownerInfo.setSelected(true); // Required for marquee'ing to work in setupUi()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java515 final TextView ownerInfo = (TextView) findViewById(R.id.owner_info); in setupUi() local
516 ownerInfo.setText(owner_info); in setupUi()
517 ownerInfo.setSelected(true); // Required for marquee'ing to work in setupUi()