/packages/services/Car/car-support-lib/src/android/support/car/app/menu/ |
CarMenuCallbacks.java | 27 * Listens for calls to notifyChildrenChanged and onChildrenChanged 32 void onChildrenChanged(String parentId); 71 mListener.onChildrenChanged(parentId);
|
CarUiController.java | 146 public abstract void onChildrenChanged(String parentId);
|
CarDrawerActivity.java | 298 public void onChildrenChanged(String parentId) { 300 mUiController.onChildrenChanged(parentId);
|
EmbeddedCarUiController.java | 230 public void onChildrenChanged(String parentId) { 231 mCallback.onChildrenChanged(parentId);
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockInCallService.java | 53 public void onChildrenChanged(Call call, List<Call> children) {}; 102 public void onChildrenChanged(Call call, List<Call> children) { 103 super.onChildrenChanged(call, children); 105 getCallbacks().onChildrenChanged(call, children);
|
BaseTelecomTestWithMockServices.java | 190 public void onChildrenChanged(Call call, List<Call> children) { 191 Log.i(TAG, "onChildrenChanged, Call: " + call + "Children: " + children); 444 * We should have 1 onCallAdded, 2 onChildrenChanged and 2 onParentChanged invoked, so 465 * We should have 1 onChildrenChanged and 1 onParentChanged invoked, so [all...] |
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/compat/ |
EmbeddedCarMenuCallbacksCompat.java | 113 public void onChildrenChanged(final String parentId) {
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Call.java | 96 void onChildrenChanged(Call call); 143 public void onChildrenChanged(Call call) {} [all...] |
CallsManager.java | 483 public void onChildrenChanged(Call call) { [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
Call.java | 745 public void onChildrenChanged(Call call, List<Call> children) {} [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
Call.java | 312 public void onChildrenChanged(android.telecom.Call call, [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
InCallServiceImpl.java | 207 public void onChildrenChanged( 209 Log.d("CallCallback:onChildrenChanged()"); [all...] |