OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkCallerAllowManagedProfiles
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java
689
(!Utils.
checkCallerAllowManagedProfiles
(mService))) {
734
if (!Utils.
checkCallerAllowManagedProfiles
(mService)) {
799
if (!Utils.
checkCallerAllowManagedProfiles
(mService)) {
824
if (!Utils.
checkCallerAllowManagedProfiles
(mService)) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java
223
public static boolean
checkCallerAllowManagedProfiles
(Context mContext) {
249
Log.e(TAG, "
checkCallerAllowManagedProfiles
: Exception ex=" + ex);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
132
if (!Utils.
checkCallerAllowManagedProfiles
(mService)) {
Completed in 103 milliseconds