OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RateController
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
27
import com.android.mms.util.
RateController
;
59
RateController
.init(this);
/packages/apps/Mms/src/com/android/mms/util/
RateController.java
32
public class
RateController
{
33
private static final String TAG = "
RateController
";
50
private static
RateController
sInstance;
73
private
RateController
(Context context) {
79
Log.v(TAG, "
RateController
.init()");
85
sInstance = new
RateController
(context);
88
public static
RateController
getInstance() {
Completed in 72 milliseconds