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/finalization/
UserProvisioningStateHelper.java
89
Integer
newProfileState
= null;
97
newProfileState
= STATE_USER_SETUP_FINALIZED;
102
newProfileState
= STATE_USER_SETUP_COMPLETE;
118
if (
newProfileState
!= null) {
119
setUserProvisioningState(
newProfileState
, managedProfileUserId);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java
121
void onProfileStateChanged(LocalBluetoothProfile profile, int
newProfileState
) {
124
"
newProfileState
" +
newProfileState
);
131
mProfileConnectionState.put(profile,
newProfileState
);
132
if (
newProfileState
== BluetoothProfile.STATE_CONNECTED) {
145
newProfileState
== BluetoothProfile.STATE_DISCONNECTED) {
149
newProfileState
== BluetoothProfile.STATE_DISCONNECTED) {
Completed in 94 milliseconds