| android.app.SearchManager.OnDismissListener | 
       See
       
        
         setOnDismissListener(SearchManager.OnDismissListener)
        
       
       for configuring your activity to monitor
 search UI state.
      
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          
          This method will be called when the search UI is dismissed.
          
         | 
       ||||||||||
         This method will be called when the search UI is dismissed. To make use of it, you must
 implement this method in your activity, and call
         
          
           setOnDismissListener(SearchManager.OnDismissListener)
          
         
         to register it.