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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CallLogFacade.java 80 int startingCount = callLogGetCount();
90 return callLogGetCount() - startingCount;
123 public Integer callLogGetCount() {
124 Log.d(TAG, "callLogGetCount");
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_contacts_utils.py 357 while (expected_count != device.droid.callLogGetCount() and
364 device.droid.callLogGetCount(), expected_count))
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPbapTest.py 385 pse_call_log_count = self.pse.droid.callLogGetCount()

Completed in 211 milliseconds