HomeSort by relevance Sort by last modified time
    Searched refs:StatusBarHelper (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 28 import com.android.phone.NotificationMgr.StatusBarHelper;
242 final StatusBarHelper statusBarHelper = PhoneGlobals.getInstance().notificationMgr.
243 statusBarHelper;
244 statusBarHelper.enableSystemBarNavigation(enable);
245 statusBarHelper.enableExpandedView(enable);
NotificationMgr.java 110 public StatusBarHelper statusBarHelper;
141 statusBarHelper = new StatusBarHelper();
184 public class StatusBarHelper {
190 private StatusBarHelper () {
    [all...]
CallHandlerServiceProxy.java 40 import com.android.phone.NotificationMgr.StatusBarHelper;
489 final StatusBarHelper statusBarHelper = PhoneGlobals.getInstance().notificationMgr.
490 statusBarHelper;
491 statusBarHelper.enableSystemBarNavigation(true);
492 statusBarHelper.enableExpandedView(true);

Completed in 501 milliseconds