OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDITOR
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
ScreenEvent.java
36
public static final int
EDITOR
= 6;
48
case
EDITOR
: return "
Editor
";
/external/libpng/contrib/tools/
chkfmt
9
# -e: spawn an
editor
for each file that needs a change ($
EDITOR
must be
21
if test -n "$
EDITOR
"
25
# Copy the standard streams for the
editor
28
echo "chkfmt -e:
EDITOR
must be defined" >&2
38
"$
EDITOR
" "$file" 0>&3 1>&4 2>&5 3>&- 4>&- 5>&- || exit 1
111
if test -n "$
EDITOR
" -a -n "$edit"
126
if test -n "$
EDITOR
" -a -n "$edit"
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java
17
package com.android.contacts.
editor
;
41
import com.android.contacts.
editor
.AggregationSuggestionEngine.Suggestion;
163
* An intent extra that forces the
editor
to add the edited contact
175
* {@link com.android.contacts.quickcontact.QuickContactActivity} to the
editor
and between
183
* {@link com.android.contacts.quickcontact.QuickContactActivity} to the
editor
and between
190
* Intent key to pass the ID of the photo to display on the
editor
.
195
* Intent key to pass the ID of the raw contact id that should be displayed in the full
editor
203
* in the full
editor
by itself is read-only.
233
* The
editor
tries best to chose the most natural contact here.
265
* @param redirect indicates that the current
editor
should be close
[
all
...]
Completed in 64 milliseconds