OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regStatus
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothManager.java
240
Boolean
regStatus
= mGattServer.registerCallback(callback);
241
return
regStatus
? mGattServer : null;
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
238
int
regStatus
= convertHalRegStatus(msg.arg2);
239
callStatusCallback(appConfig,
regStatus
);
240
if (
regStatus
== BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE ||
241
regStatus
== BluetoothHealth.APP_CONFIG_UNREGISTRATION_SUCCESS) {
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 83 milliseconds