Search in sources :

Example 31 with StatusBarManagerInternal

use of com.android.server.statusbar.StatusBarManagerInternal in project android_frameworks_base by ResurrectionRemix.

the class PhoneWindowManager method setCurrentUserLw.

@Override
public void setCurrentUserLw(int newUserId) {
    mCurrentUserId = newUserId;
    if (mKeyguardDelegate != null) {
        mKeyguardDelegate.setCurrentUser(newUserId);
    }
    StatusBarManagerInternal statusBar = getStatusBarManagerInternal();
    if (statusBar != null) {
        statusBar.setCurrentUser(newUserId);
    }
    setLastInputMethodWindowLw(null, null);
}
Also used : StatusBarManagerInternal(com.android.server.statusbar.StatusBarManagerInternal)

Aggregations

StatusBarManagerInternal (com.android.server.statusbar.StatusBarManagerInternal)31 SearchManager (android.app.SearchManager)3 Rect (android.graphics.Rect)3 Bundle (android.os.Bundle)3 Point (android.graphics.Point)2 Intent (android.content.Intent)1 RecognizerIntent (android.speech.RecognizerIntent)1