OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mprofilesconnected
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java
49
private int mProfilesConnecting,
mProfilesConnected
, mProfilesDisconnecting;
353
mProfilesConnected
--;
364
return (
mProfilesConnected
== 0 && mProfilesConnecting == 1);
367
mProfilesConnected
++;
368
return (
mProfilesConnected
== 1);
372
return (
mProfilesConnected
== 0 && mProfilesDisconnecting == 1);
375
return (
mProfilesConnected
== 0 && mProfilesConnecting == 0);
Completed in 44 milliseconds