OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newProfileState
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java
376
Integer
newProfileState
= null;
385
newProfileState
= DevicePolicyManager.STATE_USER_SETUP_FINALIZED;
390
newProfileState
= DevicePolicyManager.STATE_USER_SETUP_COMPLETE;
406
if (
newProfileState
!= null) {
407
setUserProvisioningState(dpm,
newProfileState
, managedProfileUserId);
434
Integer
newProfileState
= null;
441
newProfileState
= DevicePolicyManager.STATE_USER_SETUP_FINALIZED;
449
if (
newProfileState
!= null) {
450
setUserProvisioningState(dpm,
newProfileState
, managedProfileUserId);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java
124
void onProfileStateChanged(LocalBluetoothProfile profile, int
newProfileState
) {
127
"
newProfileState
" +
newProfileState
);
134
mProfileConnectionState.put(profile,
newProfileState
);
135
if (
newProfileState
== BluetoothProfile.STATE_CONNECTED) {
148
newProfileState
== BluetoothProfile.STATE_DISCONNECTED) {
152
newProfileState
== BluetoothProfile.STATE_DISCONNECTED) {
Completed in 2124 milliseconds