Searched refs:cont (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | ClientTest.java | 61 EditText cont = findViewById(R.id.cont); in onCreate() 71 cont.getText().toString(), in onCreate() 81 cont.getText().toString(), in onCreate() 97 EditText cont = findViewById(R.id.cont); in onCreate() 106 cont.getText().toString(), in onCreate() 120 EditText cont = findViewById(R.id.cont); in onCreate() 135 cont.getText().toString(), in onCreate()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | AssociationState.java | 653 final SourceDumpContainer cont = new SourceDumpContainer(src); in createSortedAssociations() local 658 cont.mTotalTime = duration; in createSortedAssociations() 659 cont.mActiveTime = dumpTime(null, null, src, totalTime, now, false, false); in createSortedAssociations() 660 if (cont.mActiveTime < 0) { in createSortedAssociations() 661 cont.mActiveTime = -cont.mActiveTime; in createSortedAssociations() 663 sources.add(new Pair<>(mSources.keyAt(isrc), cont)); in createSortedAssociations() 728 final SourceDumpContainer cont = sources.get(isrc).second; in dumpStats() local 729 final SourceState src = cont.mState; in dumpStats() 768 TimeUtils.formatDuration(cont.mActiveTime, pw); in dumpStats() 773 DumpUtils.printPercent(pw, (double) cont.mActiveTime / (double) totalTime); in dumpStats() [all …]
|
D | ProcessStats.java | 1697 final AssociationDumpContainer cont = in dumpLocked() local 1699 cont.mSources = asc.createSortedAssociations(now, totalTime); in dumpLocked() 1700 cont.mTotalTime = asc.getTotalDuration(now); in dumpLocked() 1701 cont.mActiveTime = asc.getActiveDuration(now); in dumpLocked() 1702 associations.add(cont); in dumpLocked() 1707 final AssociationDumpContainer cont = associations.get(iasc); in dumpLocked() local 1708 final AssociationState asc = cont.mState; in dumpLocked() 1720 pw.print(cont.mState.getName()); in dumpLocked() 1725 cont.mSources, now, totalTime, in dumpLocked()
|