OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numActive
(Results
1 - 9
of
9
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java
45
public void phoneStateChanged(int
numActive
, int numHeld, int callState, String number,
48
mBluetoothHeadset.phoneStateChanged(
numActive
, numHeld, callState, number, type);
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl
57
void phoneStateChanged(int
numActive
, int numHeld, int callState, String number, int type);
BluetoothHeadset.java
855
public void phoneStateChanged(int
numActive
, int numHeld, int callState, String number,
859
mService.phoneStateChanged(
numActive
, numHeld, callState, number, type);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java
151
void setNumActiveCall(int
numActive
) {
152
mNumActive =
numActive
;
374
public HeadsetCallState(int
numActive
, int numHeld, int callState, String number, int type) {
375
mNumActive =
numActive
;
HeadsetService.java
275
public void phoneStateChanged(int
numActive
, int numHeld, int callState,
279
service.phoneStateChanged(
numActive
, numHeld, callState, number, type);
516
private void phoneStateChanged(int
numActive
, int numHeld, int callState,
520
msg.obj = new HeadsetCallState(
numActive
, numHeld, callState, number, type);
HeadsetStateMachine.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 3407 milliseconds