OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TileLifecycleManager
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java
37
import com.android.systemui.qs.external.
TileLifecycleManager
.TileChangeListener;
45
* to bind. Also holds on to and manages the {@link
TileLifecycleManager
}, informing it
61
private final
TileLifecycleManager
mStateManager;
76
this(tileServices, handler, new
TileLifecycleManager
(handler,
83
TileLifecycleManager
tileLifecycleManager
) {
86
mStateManager =
tileLifecycleManager
;
94
ComponentName component =
tileLifecycleManager
.getComponent();
95
if (!
TileLifecycleManager
.isTileAdded(context, component)) {
96
TileLifecycleManager
.setTileAdded(context, component, true)
[
all
...]
TileLifecycleManager.java
53
public class
TileLifecycleManager
extends BroadcastReceiver implements
57
private static final String TAG = "
TileLifecycleManager
";
91
public
TileLifecycleManager
(Handler handler, Context context, IQSService service,
CustomTile.java
43
import com.android.systemui.qs.external.
TileLifecycleManager
.TileChangeListener;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileServiceManagerTests.java
30
private
TileLifecycleManager
mTileLifecycle;
43
mTileLifecycle = Mockito.mock(
TileLifecycleManager
.class);
TileLifecycleManagerTests.java
48
private
TileLifecycleManager
mStateManager;
60
mStateManager = new
TileLifecycleManager
(mHandler, getContext(),
306
Log.d("
TileLifecycleManager
", "Relaying: " + callback);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java
41
import com.android.systemui.qs.external.
TileLifecycleManager
;
405
TileLifecycleManager
lifecycleManager = new
TileLifecycleManager
(new Handler(),
410
TileLifecycleManager
.setTileAdded(mContext, component, false);
Completed in 711 milliseconds