Searched refs:WORK (Results 1 – 9 of 9) sorted by relevance
45 public static final String WORK = "work"; field in AutoTileManager97 if (!mAutoTracker.isAdded(WORK)) { in AutoTileManager()131 if (mAutoTracker.isAdded(WORK)) return;133 mHost.addTile(WORK);134 mAutoTracker.setTileAdded(WORK);
9 TEL;WORK;VOICE:(111) 555-121215 ADR;WORK:;;100 Waters Edge;Baytown;LA;30314;United States of America16 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of …
5 ORG;TYPE=WORK;SORT-AS="ぐーぐる;けんさくぶもん":グーグル;検索部門
4 TEL;TYPE=PAGER,WORK,MSG:6101231234@pagersample.com
5 TEL;WORK;PREF:2
41 TEL;TYPE=WORK:+5555555
21 import static com.android.systemui.statusbar.phone.AutoTileManager.WORK;46 {Key.QS_WORK_ADDED, WORK},
19 import static com.android.systemui.statusbar.phone.AutoTileManager.WORK;57 assertTrue(mAutoTracker.isAdded(WORK)); in testMigration()