Searched refs:UNBIND_DELAY (Results 1 – 3 of 3) sorted by relevance
50 private static final long UNBIND_DELAY = 30000; field in TileServiceManager154 mHandler.postDelayed(mUnbind, UNBIND_DELAY); in setBindRequested()
80 private static final long UNBIND_DELAY = 30000; field in CustomTile
184 …op listening, it will be unbound after a delay of `TileServiceManager#UNBIND_DELAY` (30s), if it's…