OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDITING
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
143
* Reload the data so that the user can continue
editing
172
public static final int
EDITING
= 1;
336
if (!getActivity().isChangingConfigurations() && mStatus == Status.
EDITING
) {
500
// Editor should always present a local profile for
editing
635
mStatus = Status.
EDITING
;
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
165
EDITING
, // Not currently busy. We are waiting forthe user to enter data.
462
mStatus = Status.
EDITING
;
574
if (!hasValidGroupName() || mStatus != Status.
EDITING
) {
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
316
--[no-]strip-
editing
-callbacks Remove
editing
callbacks from expected results
361
'strip-
editing
-callbacks!' => \$stripEditingCallbacks,
857
next if $stripEditingCallbacks && $_ =~ /^
EDITING
DELEGATE:/;
[
all
...]
Completed in 147 milliseconds