Home
last modified time | relevance | path

Searched refs:handleFormatAsPrivateComplete (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/storage/
DFormatActivityFormatReceiverTest.java54 doNothing().when(mActivity).handleFormatAsPrivateComplete(anyFloat(), anyFloat()); in testFormatAsPrivate_successResumed()
65 verify(mActivity, atLeastOnce()).handleFormatAsPrivateComplete(123L, 456L); in testFormatAsPrivate_successResumed()
81 verify(mActivity, never()).handleFormatAsPrivateComplete(123L, 456L); in testFormatAsPrivate_successNotResumed()
97 verify(mActivity, never()).handleFormatAsPrivateComplete(123L, 456L); in testFormatAsPrivate_failure()
114 verify(mActivity, never()).handleFormatAsPrivateComplete(123L, 456L); in testFormatAsPrivate_wrongDisk()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormatActivity.java130 handleFormatAsPrivateComplete(-1, -1); in onResume()
161 void handleFormatAsPrivateComplete(float privateBench, float internalBench) { in handleFormatAsPrivateComplete() method in FormatActivity
202 mActivity.handleFormatAsPrivateComplete(privateBench, internalBench); in onReceive()