Searched refs:ACTION_SET_VISIBLE (Results 1 – 1 of 1) sorted by relevance
75 private static final String ACTION_SET_VISIBLE = "com.android.systemui.dndtile.SET_VISIBLE"; field in DndTile93 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_SET_VISIBLE)); in DndTile()