OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDITING
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
151
* Reload the data so that the user can continue
editing
180
public static final int
EDITING
= 1;
361
if (!getActivity().isChangingConfigurations() && mStatus == Status.
EDITING
) {
584
// Editor should always present a local profile for
editing
724
mStatus = Status.
EDITING
;
773
//
editing
an read-only contact, it's also populated with newly created data for the
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
164
EDITING
, // Not currently busy. We are waiting forthe user to enter data.
461
mStatus = Status.
EDITING
;
572
if (!hasValidGroupName() || mStatus != Status.
EDITING
) {
[
all
...]
Completed in 2371 milliseconds