Home
last modified time | relevance | path

Searched refs:EXTRA_SIZE_BYTES (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java58 static final String EXTRA_SIZE_BYTES = "com.android.internal.extra.heap_dump.SIZE_BYTES"; field in HeapDumpReceiver
139 final long size = intent.getLongExtra(EXTRA_SIZE_BYTES, 0); in showDumpNotification()
163 shareIntent.putExtra(EXTRA_SIZE_BYTES, size); in showDumpNotification()
DHeapDumpActivity.java24 import static com.android.shell.HeapDumpReceiver.EXTRA_SIZE_BYTES;
57 long size = getIntent().getLongExtra(EXTRA_SIZE_BYTES, 0); in onCreate()