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.java126 OwnershipClientInfo ownerInfo = mFocusOwners.get(appType); in requestAppFocus() local
127 if (ownerInfo != null && ownerInfo != info) { in requestAppFocus()
129 ownerInfo.getPid(), ownerInfo.getUid()) && in requestAppFocus()
134 + "Foreground app (pid=" + ownerInfo.getPid() + ", uid=" in requestAppFocus()
135 + ownerInfo.getUid() + ") owns it."); in requestAppFocus()
138 ownerInfo.removeOwnedAppType(appType); in requestAppFocus()
140 ownerInfo.binderInterface, appType); in requestAppFocus()
143 + appType + "," + ownerInfo.toString()); in requestAppFocus()
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DOwnerInfoPreferenceControllerTest.java123 final String ownerInfo = "Test Owner Info"; in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary() local
126 doReturn(ownerInfo).when(mController).getOwnerInfo(); in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary()
131 verify(mPreference).setSummary(ownerInfo); in updateSummary_ownerInfoEnabled_shouldSetOwnerInfoSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java516 final TextView ownerInfo = (TextView) findViewById(R.id.owner_info); in setupUi() local
517 ownerInfo.setText(owner_info); in setupUi()
518 ownerInfo.setSelected(true); // Required for marquee'ing to work in setupUi()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java516 final TextView ownerInfo = (TextView) findViewById(R.id.owner_info); in setupUi() local
517 ownerInfo.setText(owner_info); in setupUi()
518 ownerInfo.setSelected(true); // Required for marquee'ing to work in setupUi()