/developers/build/prebuilts/gradle/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/ |
Constants.java | 32 public static final String KEY_TITLE = "title";
|
/developers/samples/android/wearable/wear/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/ |
Constants.java | 32 public static final String KEY_TITLE = "title";
|
/development/samples/browseable/SynchronizedNotifications/Shared/src/com.example.android.wearable.synchronizednotifications.common/ |
Constants.java | 32 public static final String KEY_TITLE = "title";
|
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/ |
ContentFragment.java | 32 private static final String KEY_TITLE = "title"; 43 bundle.putCharSequence(KEY_TITLE, title); 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/ |
ContentFragment.java | 32 private static final String KEY_TITLE = "title"; 43 bundle.putCharSequence(KEY_TITLE, title); 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
DialogHelperImpl.java | 73 private static final String KEY_TITLE = "title"; 89 bundle.putString(KEY_TITLE, title); 100 String title = args.getString(KEY_TITLE);
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
ContentFragment.java | 32 private static final String KEY_TITLE = "title"; 43 bundle.putCharSequence(KEY_TITLE, title); 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; 122 initialValues.put(KEY_TITLE, title); 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, 183 args.put(KEY_TITLE, title);
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; 122 initialValues.put(KEY_TITLE, title); 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, 183 args.put(KEY_TITLE, title);
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; 122 initialValues.put(KEY_TITLE, title); 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, 183 args.put(KEY_TITLE, title);
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; 122 initialValues.put(KEY_TITLE, title); 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, 183 args.put(KEY_TITLE, title);
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; 122 initialValues.put(KEY_TITLE, title); 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, 183 args.put(KEY_TITLE, title);
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; 122 initialValues.put(KEY_TITLE, title); 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, 183 args.put(KEY_TITLE, title);
|
/development/ndk/platforms/android-3/include/linux/ |
input.h | 428 #define KEY_TITLE 0x171
|
/external/bluetooth/bluedroid/btif/include/ |
uinput.h | 362 #define KEY_TITLE 0x171
|
/bionic/libc/kernel/uapi/linux/ |
input.h | 550 #define KEY_TITLE 0x171 [all...] |
/development/ndk/platforms/android-L/include/linux/ |
input.h | 540 #define KEY_TITLE 0x171 [all...] |
/external/kernel-headers/original/uapi/linux/ |
input.h | 575 #define KEY_TITLE 0x171 [all...] |