HomeSort by relevance Sort by last modified time
    Searched refs:mNewApn (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 138 private boolean mNewApn;
197 mNewApn = mCurrentId == null;
201 if (mNewApn) {
259 if (mNewApn) {
302 if (!mNewApn) {
389 if (mNewApn) {
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 109 private boolean mNewApn;
248 mNewApn = true;
449 if (mUri == null && mNewApn) {
487 if (mNewApn) {
540 if (mNewApn && mMvnoTypeStr != null && mMvnoMatchDataStr != null) {
728 if (!mNewApn && !mReadOnlyApn) {
750 if (mNewApn) {
    [all...]

Completed in 57 milliseconds