HomeSort by relevance Sort by last modified time
    Searched refs:PhonePolicy (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 55 // a) PhonePolicy should be ALL private methods
57 // b) NEVER call from the PhonePolicy into the Java stack, unless public APIs. It is OK to call into
72 class PhonePolicy {
220 PhonePolicy(AdapterService service, ServiceFactory factory) {
AdapterService.java 183 private PhonePolicy mPhonePolicy;
401 mPhonePolicy = new PhonePolicy(this, new ServiceFactory());
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
PhonePolicyTest.java 59 private PhonePolicy mPhonePolicy;
88 PhonePolicy.sConnectOtherProfilesTimeoutMillis = CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS;
89 mPhonePolicy = new PhonePolicy(mAdapterService, mServiceFactory);
    [all...]

Completed in 455 milliseconds