Home
last modified time | relevance | path

Searched defs:profileId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java120 final int profileId = profiles.get(i).getIdentifier(); in onResume() local
142 final int profileId = profiles.get(i).getIdentifier(); in updateList() local
378 private void updateAvailableAdminsForProfile(final int profileId) { in updateAvailableAdminsForProfile()
402 Collection<ComponentName> alreadyAddedComponents, final int profileId) { in addDeviceAdminBroadcastReceiversForProfile()
442 final int profileId) { in addActiveAdminsForProfile()
DMasterClear.java199 final int profileId = userInfo.id; in loadAccountList() local
DTrustedCredentialsSettings.java447 int profileId = profile.getIdentifier(); in doInBackground() local
462 int profileId = profile.getIdentifier(); in doInBackground() local
542 int profileId) { in CertHolder()
/packages/apps/Settings/src/com/android/settings/location/
DSettingsInjector.java119 final int profileId = userHandle.getIdentifier(); in getSettings() local
233 public List<Preference> getInjectedSettings(final int profileId) { in getInjectedSettings()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java227 int profileId, int newState, int prevState) { in notifyProfileConnectionStateChanged()
DAdapterService.java192 …public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, i… in onProfileConnectionStateChanged()
246 …private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int p… in processProfileStateChanged()
1429 void setProfileAutoConnectionPriority (BluetoothDevice device, int profileId){ in setProfileAutoConnectionPriority()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java501 String profileId = parser.getAttributeValue(null, "profile_id"); in getRow() local