OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mdestroylistener
(Results
1 - 1
of
1
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java
91
private OnDestroyListener
mDestroyListener
;
247
mDestroyListener
= l;
255
if (
mDestroyListener
!= null) {
256
mDestroyListener
.onDestroyed();
Completed in 459 milliseconds