OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCancelCalled
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/app/src/android/app/cts/
AlertDialogTest.java
179
assertFalse(mActivity.
onCancelCalled
);
182
assertTrue(mActivity.
onCancelCalled
);
188
assertFalse(mActivity.
onCancelCalled
);
190
assertFalse(mActivity.
onCancelCalled
);
/cts/tests/src/android/app/cts/
DialogStubActivity.java
80
public boolean
onCancelCalled
;
230
onCancelCalled
= true;
Completed in 251 milliseconds