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 100 private boolean mNewApn;
231 mNewApn = true;
297 if (mNewApn) {
350 if (mNewApn && mMvnoTypeStr != null && mMvnoMatchDataStr != null) {
540 if (!mNewApn) {
562 if (mNewApn) {
622 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {

Completed in 160 milliseconds