OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notepad
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/development/tutorials/NotepadCodeLab/Notepadv1/res/values/
strings.xml
3
<string name="app_name">
Notepad
v1</string>
/development/tutorials/NotepadCodeLab/Notepadv1Solution/res/values/
strings.xml
3
<string name="app_name">
Notepad
v1</string>
/frameworks/base/tools/localize/testdata/
config.xml
10
<app dir="samples/
NotePad
" />
11
<reject file="samples/
NotePad
/res/values/strings.xml" name="string:menu_delete">
xml.xml
10
<app dir="samples/
NotePad
" />
/development/samples/NotePad/tests/
Android.mk
12
LOCAL_INSTRUMENTATION_FOR :=
NotePad
AndroidManifest.xml
18
package="com.example.android.
notepad
.tests">
28
android:targetPackage="com.example.android.
notepad
"
29
android:label="
NotePad
sample tests">
/development/samples/NotePad/
Android.mk
9
LOCAL_PACKAGE_NAME :=
NotePad
_index.html
13
notepad
code that's used for the <a href="../../../guide/tutorials/
notepad
/index.html">
Notepad
Tutorial</a>.
/development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java
17
package com.example.android.
notepad
;
19
import com.example.android.
notepad
.
NotePad
.Notes;
124
orderBy =
NotePad
.Notes.DEFAULT_SORT_ORDER;
170
if (values.containsKey(
NotePad
.Notes.CREATED_DATE) == false) {
171
values.put(
NotePad
.Notes.CREATED_DATE, now);
174
if (values.containsKey(
NotePad
.Notes.MODIFIED_DATE) == false) {
175
values.put(
NotePad
.Notes.MODIFIED_DATE, now);
178
if (values.containsKey(
NotePad
.Notes.TITLE) == false) {
180
values.put(
NotePad
.Notes.TITLE, r.getString(android.R.string.untitled))
[
all
...]
TitleEditor.java
17
package com.example.android.
notepad
;
19
import com.example.android.
notepad
.
NotePad
.Notes;
39
public static final String EDIT_TITLE_ACTION = "com.android.
notepad
.action.EDIT_TITLE";
45
NotePad
.Notes._ID, // 0
46
NotePad
.Notes.TITLE, // 1
NotesLiveFolder.java
17
package com.example.android.
notepad
;
30
+
NotePad
.AUTHORITY + "/live_folders/notes");
33
+
NotePad
.AUTHORITY + "/notes/#");
NotePad.java
17
package com.example.android.
notepad
;
25
public final class
NotePad
{
26
public static final String AUTHORITY = "com.google.provider.
NotePad
";
29
private
NotePad
() {}
/development/tutorials/NotepadCodeLab/Notepadv2/res/values/
strings.xml
3
<string name="app_name">
Notepad
v2</string>
/development/tutorials/NotepadCodeLab/Notepadv2Solution/res/values/
strings.xml
3
<string name="app_name">
Notepad
v2</string>
/development/tutorials/NotepadCodeLab/Notepadv3/res/values/
strings.xml
3
<string name="app_name">
Notepad
v3</string>
/development/tutorials/NotepadCodeLab/Notepadv3Solution/res/values/
strings.xml
3
<string name="app_name">
Notepad
v3</string>
/frameworks/base/docs/html/guide/tutorials/notepad/
notepad-extra-credit.jd
1
page.title=
Notepad
Extra Credit
2
parent.title=
Notepad
Tutorial
16
[<a href="
notepad
-ex1.html">Exercise 1</a>]
17
[<a href="
notepad
-ex2.html">Exercise 2</a>]
18
[<a href="
notepad
-ex3.html">Exercise 3</a>]
20
[<a href="
notepad
-extra-credit.html" style="color:#BBB;">Extra Credit</a>]
36
<p>Now start the
notepad
demo in debug mode:</p>
index.jd
1
page.title=
Notepad
Tutorial
5
<p>This tutorial on writing a
notepad
application gives you a "hands-on" introduction
8
developing a simple
notepad
application and provides concrete examples of how to
84
<th width="120"><a href="{@docRoot}resources/tutorials/
notepad
/
notepad
-ex1.html">Exercise
92
<th><a href="{@docRoot}resources/tutorials/
notepad
/
notepad
-ex2.html">Exercise 2</a></th>
101
<th><a href="{@docRoot}resources/tutorials/
notepad
/
notepad
-ex3.html">Exercise 3</a></th>
107
<th><a href="{@docRoot}resources/tutorials/
notepad
/notepad-extra-credit.html">Extr
[
all
...]
notepad-index.jd
1
page.title=
Notepad
Tutorial
8
developing a simple
notepad
application and provides concrete examples of how to
12
<p>The tutorial presents the
notepad
application development as a set of
22
of a
notepad
application, in the
23
<a href="{@docRoot}samples/
NotePad
/index.html">Sample Code</a> documentation. </p>
127
<li>This tutorial draws from the full
Notepad
application included in the
130
it is highly recommended that you take a closer look at this version of the
Notepad
138
make it look like a lined
notepad
.</li>
/frameworks/base/docs/html/resources/tutorials/notepad/
notepad-extra-credit.jd
1
page.title=
Notepad
Extra Credit
2
parent.title=
Notepad
Tutorial
16
[<a href="
notepad
-ex1.html">Exercise 1</a>]
17
[<a href="
notepad
-ex2.html">Exercise 2</a>]
18
[<a href="
notepad
-ex3.html">Exercise 3</a>]
20
[<a href="
notepad
-extra-credit.html" style="color:#BBB;">Extra Credit</a>]
36
<p>Now start the
notepad
demo in debug mode:</p>
index.jd
1
page.title=
Notepad
Tutorial
5
<p>This tutorial on writing a
notepad
application gives you a "hands-on" introduction
8
developing a simple
notepad
application and provides concrete examples of how to
84
<th width="120"><a href="{@docRoot}resources/tutorials/
notepad
/
notepad
-ex1.html">Exercise
92
<th><a href="{@docRoot}resources/tutorials/
notepad
/
notepad
-ex2.html">Exercise 2</a></th>
101
<th><a href="{@docRoot}resources/tutorials/
notepad
/
notepad
-ex3.html">Exercise 3</a></th>
107
<th><a href="{@docRoot}resources/tutorials/
notepad
/notepad-extra-credit.html">Extr
[
all
...]
notepad-index.jd
1
page.title=
Notepad
Tutorial
8
developing a simple
notepad
application and provides concrete examples of how to
12
<p>The tutorial presents the
notepad
application development as a set of
22
of a
notepad
application, in the
23
<a href="{@docRoot}samples/
NotePad
/index.html">Sample Code</a> documentation. </p>
127
<li>This tutorial draws from the full
Notepad
application included in the
130
it is highly recommended that you take a closer look at this version of the
Notepad
138
make it look like a lined
notepad
.</li>
/development/apps/launchperf/src/com/android/launchperf/
NotePadLaunchPerformance.java
26
* Instrumentation class for
Notepad
launch performance testing.
40
mIntent.setClassName(getTargetContext(), "com.android.
notepad
.NotesList");
/development/samples/NotePad/src/com/google/provider/
NotePad.java
25
public final class
NotePad
{
34
= Uri.parse("content://com.google.provider.
NotePad
/notes");
/development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadTest.java
17
package com.example.android.
notepad
;
21
import com.example.android.
notepad
.NotesList;
Completed in 61 milliseconds
1
2
3
4