Searched refs:testFilter (Results 1 - 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DIncomingCallFilterTest.java94 IncomingCallFilter testFilter = new IncomingCallFilter(mContext, mResultCallback, mCall,
96 testFilter.performFiltering();
97 verify(mFilter1).startFilterLookup(mCall, testFilter);
99 testFilter.onCallFilteringComplete(mCall, RESULT1);
100 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
112 IncomingCallFilter testFilter = new IncomingCallFilter(mContext, mResultCallback, mCall,
114 testFilter.performFiltering();
115 verify(mFilter1).startFilterLookup(mCall, testFilter);
116 verify(mFilter2).startFilterLookup(mCall, testFilter);
117 verify(mFilter3).startFilterLookup(mCall, testFilter);
[all...]
/packages/apps/Settings/tests/unit/src/com/android/settings/bluetooth/
H A DUtf8ByteLengthFilterTest.java29 public void testFilter() { method in class:Utf8ByteLengthFilterTest
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarAppFocusManagerTest.java176 public void testFilter() throws Exception { method in class:CarAppFocusManagerTest
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java251 public void testFilter() throws Exception { method in class:CarAppFocusManagerTest

Completed in 594 milliseconds